Home
last modified time | relevance | path

Searched refs:getParentMap (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h122 ParentMap &getParentMap(Decl const *D) { in getParentMap() function
123 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
DExplodedGraph.h146 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();} in getParentMap() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h117 ParentMap &getParentMap(Decl const *D) { in getParentMap() function
118 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
DExplodedGraph.h160 const ParentMap &getParentMap() const { in getParentMap() function
161 return getLocationContext()->getParentMap(); in getParentMap()
/external/clang/include/clang/Analysis/
DAnalysisContext.h171 ParentMap &getParentMap();
252 ParentMap &getParentMap() const { in getParentMap() function
253 return getAnalysisDeclContext()->getParentMap(); in getParentMap()
/external/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h169 ParentMap &getParentMap();
251 const ParentMap &getParentMap() const { return Ctx->getParentMap(); } in getParentMap() function
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp43 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
DVforkChecker.cpp162 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
DUnreachableCodeChecker.cpp76 PM = &LC->getParentMap(); in checkEndAnalysis()
DDeadStoresChecker.cpp469 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
DConversionChecker.cpp68 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPreStmt()
DVforkChecker.cpp162 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
DUnreachableCodeChecker.cpp75 PM = &LC->getParentMap(); in checkEndAnalysis()
DDeadStoresChecker.cpp524 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
/external/llvm-project/clang/lib/ARCMigrate/
DTransforms.h55 ParentMap &getParentMap() { return PMap; } in getParentMap() function
DTransProtectedScope.cpp107 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
/external/clang/lib/ARCMigrate/
DTransforms.h56 ParentMap &getParentMap() { return PMap; } in getParentMap() function
DTransProtectedScope.cpp106 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp164 const ParentMap &getParentMap() const { in getParentMap() function in __anon6362d5d70111::PathDiagnosticConstruct
165 return getCurrLocationContext()->getParentMap(); in getParentMap()
171 return getParentMap().getParent(S); in getParent()
646 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) { in getEnclosingStmtLocation()
1271 const ParentMap &PM = C.getParentMap(); in generatePathDiagnosticsForNode()
1414 const ParentMap &PM = LC->getParentMap(); in addContextEdges()
1760 const ParentMap &PM = LC->getParentMap(); in optimizeEdges()
3149 const Stmt *P = N->getParentMap().getParent(S); in findExecutedLines()
3156 P = N->getParentMap().getParent(RS); in findExecutedLines()
DExplodedGraph.cpp137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp257 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap()
280 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp256 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap()
279 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp343 ParentMap& getParentMap() { return LC->getParentMap(); } in getParentMap() function in __anond14f76690111::PathDiagnosticBuilder
346 return getParentMap().getParent(S); in getParent()
495 return ::getEnclosingStmtLocation(S, getSourceManager(), getParentMap(), LC, in getEnclosingStmtLocation()
1166 return PDB.getParentMap().isConsumedExpr(X) && !IsControlFlowExpr(X); in IsConsumedExpr()
1516 ParentMap &PM = PDB.getParentMap(); in GenerateExtensivePathDiagnostic()
1808 ParentMap &PM = PDB.getParentMap(); in GenerateAlternateExtensivePathDiagnostic()
2323 ParentMap &PM = LC->getParentMap(); in optimizeEdges()
DExplodedGraph.cpp147 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()

12