Searched defs:getCFG (Results 1 – 5 of 5) sorted by relevance
113 CFG *getCFG(Decl const *D) { in getCFG() function
144 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
367 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function368 til::SCFG *getCFG() { return Scfg; } in getCFG() function
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() function
214 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext