Searched defs:getCFG (Results 1 – 6 of 6) sorted by relevance
49 const CFG &getCFG() const { return *Cfg; } in getCFG() function
108 CFG *getCFG(Decl const *D) { in getCFG() function
157 CFG &getCFG() const { return *getLocationContext()->getCFG(); } 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