Searched refs:builtCompleteCFG (Results 1 - 2 of 2) sorted by last modified time

/external/clang/include/clang/Analysis/
H A DAnalysisContext.h78 bool builtCFG, builtCompleteCFG; member in class:clang::AnalysisDeclContext
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp46 builtCompleteCFG(false),
59 builtCompleteCFG(false),
200 if (!builtCompleteCFG) {
207 builtCompleteCFG = true;
256 if (builtCompleteCFG)

Completed in 76 milliseconds