Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody()
94 IsAutosynthesized = false; in getBody()
103 IsAutosynthesized = true; in getBody()
114 IsAutosynthesized = true; in getBody()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp547 bool IsAutosynthesized; in getRuntimeDefinition() local
548 Stmt* Body = AD->getBody(IsAutosynthesized); in getRuntimeDefinition()
550 if (IsAutosynthesized) in getRuntimeDefinition()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h135 Stmt *getBody(bool &IsAutosynthesized) const;