Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DAnalysisDeclContext.h150 bool isBodyAutosynthesizedFromModelFile() const;
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DAnalysisDeclContext.cpp137 bool AnalysisDeclContext::isBodyAutosynthesizedFromModelFile() const { in isBodyAutosynthesizedFromModelFile() function in AnalysisDeclContext
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2936 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()