Searched defs:getCFG (Results 1 – 5 of 5) sorted by relevance
110 CFG *getCFG(Decl const *D) { in getCFG() function
146 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
257 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function258 til::SCFG *getCFG() { return Scfg; } in getCFG() function
232 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() function
179 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext