Searched defs:getCFG (Results 1 – 7 of 7) sorted by relevance
43 const CFG &getCFG() const { return *Cfg; } in getCFG() function
108 CFG *getCFG(Decl const *D) { in getCFG() function
156 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
58 CFG *getCFG() { return cfg; } in getCFG() function
406 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function407 til::SCFG *getCFG() { return Scfg; } in getCFG() function
253 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() function
213 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext