| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | AnalysisManager.h | 117 ParentMap &getParentMap(Decl const *D) { in getParentMap() function 118 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
|
| H A D | ExplodedGraph.h | 161 const ParentMap &getParentMap() const { in getParentMap() function 162 return getLocationContext()->getParentMap(); in getParentMap()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 169 ParentMap &getParentMap(); 257 const ParentMap &getParentMap() const { return Ctx->getParentMap(); } in getParentMap() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
|
| H A D | UnreachableCodeChecker.cpp | 75 PM = &LC->getParentMap(); in checkEndAnalysis()
|
| H A D | MallocChecker.cpp | 1584 const ParentMap &PM = C.getLocationContext()->getParentMap(); in processNewAllocation()
|
| /freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 55 ParentMap &getParentMap() { return PMap; } in getParentMap() function
|
| H A D | TransProtectedScope.cpp | 107 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 176 const ParentMap &getParentMap() const { in getParentMap() function in __anon2f4a13600111::PathDiagnosticConstruct 177 return getCurrLocationContext()->getParentMap(); in getParentMap() 183 return getParentMap().getParent(S); in getParent() 659 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) { in getEnclosingStmtLocation() 1289 const ParentMap &PM = C.getParentMap(); in generatePathDiagnosticsForNode() 1435 const ParentMap &PM = LC->getParentMap(); in addContextEdges() 1781 const ParentMap &PM = LC->getParentMap(); in optimizeEdges() 3227 const Stmt *P = N->getParentMap().getParent(S); in findExecutedLines() 3234 P = N->getParentMap().getParent(RS); in findExecutedLines()
|
| H A D | ExplodedGraph.cpp | 136 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
| H A D | ExprEngineCXX.cpp | 695 if (isa_and_nonnull<InitListExpr>(LCtx->getParentMap().getParent(E))) { in handleConstructor()
|
| H A D | CallEvent.cpp | 1068 const ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
|
| H A D | ExprEngine.cpp | 1025 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap(); in shouldRemoveDeadBindings() 3417 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M)); in VisitMemberExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 255 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap() 278 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
|
| H A D | CalledOnceCheck.cpp | 1121 ParentMap &PM = AC.getParentMap(); in getBlockGuaraneedCallSite()
|
| H A D | PathDiagnostic.cpp | 492 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 345 ->getParentMap() in isReceiverUnconsumedSelf()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2767 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
|