Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h150 bool isBodyAutosynthesizedFromModelFile() const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp137 bool AnalysisDeclContext::isBodyAutosynthesizedFromModelFile() const { in isBodyAutosynthesizedFromModelFile() function in AnalysisDeclContext
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2974 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()