| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | AnalysisManager.h | 119 ParentMap &getParentMap(Decl const *D) { in getParentMap() function 120 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
|
| D | ExplodedGraph.h | 148 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();} in getParentMap() function
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/ |
| D | AnalysisContext.h | 162 ParentMap &getParentMap(); 239 ParentMap &getParentMap() const { in getParentMap() function 240 return getAnalysisDeclContext()->getParentMap(); in getParentMap()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | TraversalChecker.cpp | 41 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
|
| D | UnreachableCodeChecker.cpp | 80 PM = &LC->getParentMap(); in checkEndAnalysis()
|
| D | DeadStoresChecker.cpp | 436 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
|
| D | CallAndMessageChecker.cpp | 473 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap() in HandleNilReceiver()
|
| D | RetainCountChecker.cpp | 895 ParentMap &PM = LCtx->getAnalysisDeclContext()->getParentMap(); in updateSummaryForCall()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | Transforms.h | 56 ParentMap &getParentMap() { return PMap; } in getParentMap() function
|
| D | TransProtectedScope.cpp | 106 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | AnalysisDeclContext.cpp | 211 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap() 234 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporter.cpp | 342 ParentMap& getParentMap() { return LC->getParentMap(); } in getParentMap() function in __anon8bbae94a0111::PathDiagnosticBuilder 345 return getParentMap().getParent(S); in getParent() 494 return ::getEnclosingStmtLocation(S, getSourceManager(), getParentMap(), LC, in getEnclosingStmtLocation() 1171 return PDB.getParentMap().isConsumedExpr(X) && !IsControlFlowExpr(X); in IsConsumedExpr() 1524 ParentMap &PM = PDB.getParentMap(); in GenerateExtensivePathDiagnostic() 1820 ParentMap &PM = PDB.getParentMap(); in GenerateAlternateExtensivePathDiagnostic() 2337 ParentMap &PM = LC->getParentMap(); in optimizeEdges()
|
| D | ExplodedGraph.cpp | 146 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
| D | CallEvent.cpp | 706 ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
|
| D | ExprEngineCallAndReturn.cpp | 622 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr)) in mayInlineCallKind()
|
| D | ExprEngine.cpp | 322 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap(); in shouldRemoveDeadBindings() 1802 dyn_cast<ImplicitCastExpr>(Pred->getParentMap().getParent(M)); in VisitMemberExpr()
|
| D | PathDiagnostic.cpp | 515 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 1790 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
|