Searched defs:getCFG (Results 1 – 6 of 6) sorted by relevance
106 CFG *getCFG(Decl const *D) { in getCFG() function
146 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
187 CFG& getCFG() { assert(cfg && "CFG should not be NULL."); return *cfg; } in getCFG() function
394 CFG& getCFG() { return *cfg; } in getCFG() function in __anon5b4b46d90311::FindEscaped
220 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() function
130 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext