Lines Matching refs:Mgr
1037 AnalysisManager &Mgr; member in __anon79a03b4c0511::EmptyLocalizationContextChecker::MethodCrawler
1045 : MD(InMD), BR(InBR), Mgr(InMgr), Checker(Checker), DCtx(InDCtx) {} in MethodCrawler()
1062 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
1068 const ObjCImplementationDecl *D, AnalysisManager &Mgr, in checkASTDecl() argument
1072 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl()
1080 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl()
1125 Mgr.getSourceManager().getImmediateMacroCallerLoc(R.getBegin()); in VisitObjCMessageExpr()
1127 Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
1129 SrcMgr::SLocEntry SE = Mgr.getSourceManager().getSLocEntry(SLInfo.first); in VisitObjCMessageExpr()
1135 SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
1136 SE = Mgr.getSourceManager().getSLocEntry(SLInfo.first); in VisitObjCMessageExpr()
1140 Mgr.getSourceManager().getBufferOrNone(SLInfo.first, SL); in VisitObjCMessageExpr()
1226 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() argument
1228 MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()