Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DAnalysisContext.h144 bool isBodyAutosynthesized() const;
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp125 bool AnalysisDeclContext::isBodyAutosynthesized() const { in isBodyAutosynthesized() function in AnalysisDeclContext
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp821 if (CalleeADC->isBodyAutosynthesized()) in shouldInlineCall()
DBugReporter.cpp3258 if (LCtx->getAnalysisDeclContext()->isBodyAutosynthesized()) in emitReport()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2839 return Frame->getAnalysisDeclContext()->isBodyAutosynthesized(); in wasSynthesizedProperty()
3693 if (LCtx->getAnalysisDeclContext()->isBodyAutosynthesized()) { in checkEndFunction()