Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExplodedGraph.cpp308 assert(LC->getAnalysisDeclContext()->isBodyAutosynthesized()); in findTopAutosynthesizedParentContext()
311 while (ParentLC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in findTopAutosynthesizedParentContext()
324 if (LC->getAnalysisDeclContext()->isBodyAutosynthesized()) { in getStmtForDiagnostics()
HDExprEngineCallAndReturn.cpp1085 if (CalleeADC->isBodyAutosynthesized()) in shouldInlineCall()
HDBugReporter.cpp2973 if (DeclCtx->isBodyAutosynthesized() && in emitReport()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnalysisDeclContext.h142 bool isBodyAutosynthesized() const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h388 return SFC->getAnalysisDeclContext()->isBodyAutosynthesized(); in isSynthesizedAccessor()
HDRetainCountChecker.cpp1381 if (LCtx->getAnalysisDeclContext()->isBodyAutosynthesized()) { in checkEndFunction()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp670 if (Mgr->getAnalysisDeclContext(D)->isBodyAutosynthesized()) in HandleCode()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDAnalysisDeclContext.cpp131 bool AnalysisDeclContext::isBodyAutosynthesized() const { in isBodyAutosynthesized() function in AnalysisDeclContext
HDPathDiagnostic.cpp887 CalleeCtx->getAnalysisDeclContext()->isBodyAutosynthesized()); in setCallee()