|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Analysis/AnalysisDeclContext.h 148 bool isBodyAutosynthesized() const;
References
tools/clang/lib/Analysis/PathDiagnostic.cpp 869 CalleeCtx->getAnalysisDeclContext()->isBodyAutosynthesized());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 1381 if (LCtx->getAnalysisDeclContext()->isBodyAutosynthesized()) {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h 391 return SFC->getAnalysisDeclContext()->isBodyAutosynthesized();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 2860 if (DeclCtx->isBodyAutosynthesized() &&
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp 311 assert(LC->getAnalysisDeclContext()->isBodyAutosynthesized());
314 while (ParentLC->getAnalysisDeclContext()->isBodyAutosynthesized()) {
327 if (LC->getAnalysisDeclContext()->isBodyAutosynthesized()) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp 930 if (CalleeADC->isBodyAutosynthesized())
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp 777 if (Mgr->getAnalysisDeclContext(D)->isBodyAutosynthesized())