Home
last modified time | relevance | path

Searched refs:builtCFG (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp217 if (!builtCFG) { in getCFG()
221 builtCFG = true; in getCFG()
287 if (builtCFG) in getParentMap()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h85 bool builtCFG = false; variable
167 bool isCFGBuilt() const { return builtCFG; } in isCFGBuilt()