| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | AnalysisManager.h | 118 ParentMap &getParentMap(Decl const *D) { in getParentMap() function 119 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 | UnreachableCodeChecker.cpp | 75 PM = &LC->getParentMap(); in checkEndAnalysis()
|
| H A D | DeadStoresChecker.cpp | 545 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
|
| H A D | CallAndMessageChecker.cpp | 691 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap() in HandleNilReceiver()
|
| H A D | DynamicTypePropagation.cpp | 381 LCtx->getParentMap().getParent(Ctor->getOriginExpr()))) in checkPostCall()
|
| H A D | MallocChecker.cpp | 1778 const ParentMap &PM = C.getLocationContext()->getParentMap(); in processNewAllocation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 170 const ParentMap &getParentMap() const { in getParentMap() function in __anon2f4a13600111::PathDiagnosticConstruct 171 return getCurrLocationContext()->getParentMap(); in getParentMap() 177 return getParentMap().getParent(S); in getParent() 680 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) { in getEnclosingStmtLocation() 1306 const ParentMap &PM = C.getParentMap(); in generatePathDiagnosticsForNode() 1452 const ParentMap &PM = LC->getParentMap(); in addContextEdges() 1798 const ParentMap &PM = LC->getParentMap(); in optimizeEdges() 3275 const Stmt *P = N->getParentMap().getParent(S); in findExecutedLines() 3282 P = N->getParentMap().getParent(RS); in findExecutedLines()
|
| H A D | ExplodedGraph.cpp | 134 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
| H A D | ExprEngineCXX.cpp | 661 LCtx->getParentMap().getParent(E))) { in handleConstructor()
|
| H A D | CallEvent.cpp | 1088 const ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
|
| H A D | ExprEngine.cpp | 1025 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap(); in shouldRemoveDeadBindings() 3542 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M)); in VisitMemberExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 253 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap() 276 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
|
| H A D | CalledOnceCheck.cpp | 1119 ParentMap &PM = AC.getParentMap(); in getBlockGuaraneedCallSite()
|
| H A D | PathDiagnostic.cpp | 487 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 344 ->getParentMap() in isReceiverUnconsumedSelf()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 3061 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8275 {"_ZN5clang15AnalysisContext12getParentMapEv", "clang::AnalysisContext::getParentMap()"},
|