| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | AnalysisManager.h | 119 ParentMap &getParentMap(Decl const *D) { in getParentMap() function 120 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
|
| H A D | ExplodedGraph.h | 157 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();} in getParentMap() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 175 ParentMap &getParentMap(); 262 ParentMap &getParentMap() const { in getParentMap() function 263 return getAnalysisDeclContext()->getParentMap(); in getParentMap()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 43 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
|
| H A D | ConversionChecker.cpp | 69 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPreStmt()
|
| H A D | VforkChecker.cpp | 162 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
|
| H A D | UnreachableCodeChecker.cpp | 76 PM = &LC->getParentMap(); in checkEndAnalysis()
|
| H A D | DeadStoresChecker.cpp | 469 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
|
| H A D | CallAndMessageChecker.cpp | 571 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap() in HandleNilReceiver()
|
| H A D | DynamicTypePropagation.cpp | 269 LCtx->getParentMap().getParent(Ctor->getOriginExpr()))) in checkPostCall()
|
| H A D | MallocChecker.cpp | 1079 ParentMap &PM = C.getLocationContext()->getParentMap(); in processNewAllocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 56 ParentMap &getParentMap() { return PMap; } in getParentMap() function
|
| H A D | TransProtectedScope.cpp | 107 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
|
| /freebsd-12.1/contrib/llvm/tools/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
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 368 ParentMap& getParentMap() { return LC->getParentMap(); } in getParentMap() function in __anon26fd67af0111::PathDiagnosticBuilder 371 return getParentMap().getParent(S); in getParent() 518 return ::getEnclosingStmtLocation(S, getSourceManager(), getParentMap(), LC, in getEnclosingStmtLocation() 1205 ParentMap &PM = PDB.getParentMap(); in generatePathDiagnosticsForNode() 1687 ParentMap &PM = LC->getParentMap(); in optimizeEdges() 3053 const Stmt *P = N->getParentMap().getParent(S); in findExecutedLines() 3060 P = N->getParentMap().getParent(RS); in findExecutedLines()
|
| H A D | ExplodedGraph.cpp | 138 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
| H A D | ExprEngineCXX.cpp | 457 if (dyn_cast_or_null<InitListExpr>(LCtx->getParentMap().getParent(CE))) { in VisitCXXConstructExpr()
|
| H A D | RetainSummaryManager.cpp | 600 ParentMap &PM = LCtx->getAnalysisDeclContext()->getParentMap(); in updateSummaryForCall()
|
| H A D | CallEvent.cpp | 1023 ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
|
| H A D | PathDiagnostic.cpp | 552 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation()
|
| H A D | ExprEngine.cpp | 635 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap(); in shouldRemoveDeadBindings() 2560 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M)); in VisitMemberExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2203 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
|