Searched defs:getCFG (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h110 CFG *getCFG(Decl const *D) { function in class:clang::ento::AnalysisManager
H A DExplodedGraph.h146 CFG &getCFG() const { return *getLocationContext()->getCFG(); } function in class:clang::ento::ExplodedNode
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h232 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } function in class:clang::LocationContext
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp173 CFG *AnalysisDeclContext::getCFG() { function in class:AnalysisDeclContext

Completed in 114 milliseconds