Searched defs:getCFG (Results 1 – 4 of 4) sorted by relevance
110 CFG *getCFG(Decl const *D) { in getCFG() function
146 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
237 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() function
173 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext