Searched refs:getParentMap (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h117 ParentMap &getParentMap(Decl const *D) { function in class:clang::ento::AnalysisManager
118 return AnaCtxMgr.getContext(D)->getParentMap();
H A DExplodedGraph.h160 const ParentMap &getParentMap() const { function in class:clang::ento::ExplodedNode
161 return getLocationContext()->getParentMap();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h169 ParentMap &getParentMap();
251 const ParentMap &getParentMap() const { return Ctx->getParentMap(); } function in class:clang::LocationContext
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp42 const ParentMap &Parents = C.getLocationContext()->getParentMap();
H A DConversionChecker.cpp68 const ParentMap &PM = C.getLocationContext()->getParentMap();
H A DUnreachableCodeChecker.cpp75 PM = &LC->getParentMap();
H A DVforkChecker.cpp162 const ParentMap &PM = C.getLocationContext()->getParentMap();
H A DDeadStoresChecker.cpp550 ParentMap &pmap = mgr.getParentMap(D);
H A DDynamicTypePropagation.cpp388 LCtx->getParentMap().getParent(Ctor->getOriginExpr())))
H A DCallAndMessageChecker.cpp693 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
H A DMallocChecker.cpp1407 const ParentMap &PM = C.getLocationContext()->getParentMap();
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransforms.h55 ParentMap &getParentMap() { return PMap; } function in class:clang::arcmt::trans::BodyContext
H A DTransProtectedScope.cpp107 CaseCollector(BodyCtx.getParentMap(), Cases)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp256 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap()));
279 ParentMap &AnalysisDeclContext::getParentMap() { function in class:AnalysisDeclContext
H A DCalledOnceCheck.cpp1120 ParentMap &PM = AC.getParentMap();
H A DPathDiagnostic.cpp494 ParentMap &PM = ADC->getParentMap();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap();
H A DBugReporter.cpp164 const ParentMap &getParentMap() const { function in class:__anon1083::PathDiagnosticConstruct
165 return getCurrLocationContext()->getParentMap();
171 return getParentMap().getParent(S);
646 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) {
1271 const ParentMap &PM = C.getParentMap();
1414 const ParentMap &PM = LC->getParentMap();
1760 const ParentMap &PM = LC->getParentMap();
3148 const Stmt *P = N->getParentMap().getParent(S);
3155 P = N->getParentMap().getParent(RS);
H A DExprEngineCXX.cpp534 if (dyn_cast_or_null<InitListExpr>(LCtx->getParentMap().getParent(E))) {
H A DCallEvent.cpp1035 const ParentMap &PM = getLocationContext()->getParentMap();
H A DExprEngine.cpp685 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
2714 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp346 ->getParentMap()
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2427 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap());

Completed in 394 milliseconds