Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h118 ParentMap &getParentMap(Decl const *D) { in getParentMap() function
119 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
H A DExplodedGraph.h161 const ParentMap &getParentMap() const { in getParentMap() function
162 return getLocationContext()->getParentMap(); in getParentMap()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h169 ParentMap &getParentMap();
257 const ParentMap &getParentMap() const { return Ctx->getParentMap(); } in getParentMap() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp75 PM = &LC->getParentMap(); in checkEndAnalysis()
H A DDeadStoresChecker.cpp545 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
H A DCallAndMessageChecker.cpp691 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap() in HandleNilReceiver()
H A DDynamicTypePropagation.cpp381 LCtx->getParentMap().getParent(Ctor->getOriginExpr()))) in checkPostCall()
H A DMallocChecker.cpp1778 const ParentMap &PM = C.getLocationContext()->getParentMap(); in processNewAllocation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp170 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 DExplodedGraph.cpp134 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
H A DExprEngineCXX.cpp661 LCtx->getParentMap().getParent(E))) { in handleConstructor()
H A DCallEvent.cpp1088 const ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
H A DExprEngine.cpp1025 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 DAnalysisDeclContext.cpp253 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap()
276 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
H A DCalledOnceCheck.cpp1119 ParentMap &PM = AC.getParentMap(); in getBlockGuaraneedCallSite()
H A DPathDiagnostic.cpp487 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp344 ->getParentMap() in isReceiverUnconsumedSelf()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp3061 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8275 {"_ZN5clang15AnalysisContext12getParentMapEv", "clang::AnalysisContext::getParentMap()"},