Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp25 const CFG *CurrentCFG; member
46 CurrentCFG = &ACFG.getCFG(); in beginAnalysis()
47 CurrentCFG->print(OS, Analysis.getASTContext().getLangOpts(), ShowColors); in beginAnalysis()
71 Block.print(OS, CurrentCFG, CurrentAnalysis->getASTContext().getLangOpts(), in enterBlock()