Home
last modified time | relevance | path

Searched defs:getCFG (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h49 const CFG &getCFG() const { return *Cfg; } getCFG() function
/llvm-project/clang/unittests/Analysis/
H A DCFGBuildResult.h32 CFG *getCFG() const { return Cfg.get(); } in getCFG() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h108 CFG *getCFG(Decl const *D) { in getCFG() function
H A DExplodedGraph.h157 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h58 CFG *getCFG() { return cfg; } in getCFG() function
H A DThreadSafetyCommon.h406 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function
407 til::SCFG *getCFG() { return Scfg; } in getCFG() function
/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h253 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() function
/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp213 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext