/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()
|
/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
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TraversalChecker.cpp |
|
H A D | VforkChecker.cpp | 160 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
|
H A D | ConversionChecker.cpp | 68 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPreStmt()
|
H A D | UnreachableCodeChecker.cpp | 75 PM = &LC->getParentMap(); in checkEndAnalysis()
|
H A D | DeadStoresChecker.cpp | 546 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
|
H A D | CallAndMessageChecker.cpp | 692 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap() in HandleNilReceiver()
|
H A D | DynamicTypePropagation.cpp | 385 LCtx->getParentMap().getParent(Ctor->getOriginExpr()))) in checkPostCall()
|
H A D | MallocChecker.cpp | 1720 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkTaintedness()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 176 const ParentMap &getParentMap() const { in getParentMap() function in __anon41f697930111::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() 1285 const ParentMap &PM = C.getParentMap(); in generatePathDiagnosticsForNode() 1431 const ParentMap &PM = LC->getParentMap(); 1777 const ParentMap &PM = LC->getParentMap(); in optimizeEdges() 3248 const Stmt *P = N->getParentMap().getParent(S); in generateDiagnosticForConsumerMap() 3255 P = N->getParentMap().getParent(RS); in generateDiagnosticForConsumerMap()
|
H A D | ExplodedGraph.cpp | 136 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
H A D | ExprEngineCXX.cpp | 642 if (isa_and_nonnull<InitListExpr>(LCtx->getParentMap().getParent(E))) { in handleConstructor()
|
H A D | CallEvent.cpp | 1078 const ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
|
H A D | ExprEngine.cpp | 1025 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap(); in shouldRemoveDeadBindings() 3438 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M)); in VisitAtomicExpr()
|
/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()
|
/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()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 345 ->getParentMap() in isReceiverUnconsumedSelf()
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 2851 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap());
|