Searched defs:getCFG (Results 1 – 6 of 6) sorted by relevance
64 const CFG &getCFG() const { return *Cfg; } in getCFG() function
109 CFG *getCFG(Decl const *D) { in getCFG() function
157 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
412 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function413 til::SCFG *getCFG() { return Scfg; } in getCFG() function
253 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() function
211 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext