Home
last modified time | relevance | path

Searched refs:isBodyAutosynthesized (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp309 assert(LC->getAnalysisDeclContext()->isBodyAutosynthesized()); in findTopAutosynthesizedParentContext()
312 while (ParentLC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in findTopAutosynthesizedParentContext()
325 if (LC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in getStmtForDiagnostics()
DExprEngineCallAndReturn.cpp1086 if (CalleeADC->isBodyAutosynthesized()) in shouldInlineCall()
DBugReporter.cpp2935 if (DeclCtx->isBodyAutosynthesized() && in emitReport()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DAnalysisDeclContext.h142 bool isBodyAutosynthesized() const;
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.h389 return SFC->getAnalysisDeclContext()->isBodyAutosynthesized(); in isSynthesizedAccessor()
DRetainCountChecker.cpp1383 if (LCtx->getAnalysisDeclContext()->isBodyAutosynthesized()) { in checkEndFunction()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp669 if (Mgr->getAnalysisDeclContext(D)->isBodyAutosynthesized()) in HandleCode()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DAnalysisDeclContext.cpp131 bool AnalysisDeclContext::isBodyAutosynthesized() const { in isBodyAutosynthesized() function in AnalysisDeclContext
DPathDiagnostic.cpp885 CalleeCtx->getAnalysisDeclContext()->isBodyAutosynthesized()); in setCallee()