Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp308 assert(LC->getAnalysisDeclContext()->isBodyAutosynthesized()); in findTopAutosynthesizedParentContext()
311 while (ParentLC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in findTopAutosynthesizedParentContext()
324 if (LC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in getStmtForDiagnostics()
H A DExprEngineCallAndReturn.cpp1085 if (CalleeADC->isBodyAutosynthesized()) in shouldInlineCall()
H A DBugReporter.cpp2973 if (DeclCtx->isBodyAutosynthesized() && in emitReport()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h142 bool isBodyAutosynthesized() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp670 if (Mgr->getAnalysisDeclContext(D)->isBodyAutosynthesized()) in HandleCode()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp131 bool AnalysisDeclContext::isBodyAutosynthesized() const { in isBodyAutosynthesized() function in AnalysisDeclContext
H A DPathDiagnostic.cpp887 CalleeCtx->getAnalysisDeclContext()->isBodyAutosynthesized()); in setCallee()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1381 if (LCtx->getAnalysisDeclContext()->isBodyAutosynthesized()) { in checkEndFunction()