Home
last modified time | relevance | path

Searched defs:getParentMap (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAnalysisManager.h122 ParentMap &getParentMap(Decl const *D) { in getParentMap() function
HDExplodedGraph.h146 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();} in getParentMap() function
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransforms.h56 ParentMap &getParentMap() { return PMap; } in getParentMap() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDAnalysisContext.h248 ParentMap &getParentMap() const { in getParentMap() function
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDAnalysisDeclContext.cpp253 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp343 ParentMap& getParentMap() { return LC->getParentMap(); } in getParentMap() function in __anond95cbf990111::PathDiagnosticBuilder