Home
last modified time | relevance | path

Searched refs:isBodyAutosynthesizedFromModelFile (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/
DAnalysisContext.h153 bool isBodyAutosynthesizedFromModelFile() const;
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp138 bool AnalysisDeclContext::isBodyAutosynthesizedFromModelFile() const { in isBodyAutosynthesizedFromModelFile() function in AnalysisDeclContext
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3236 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()