Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Mgr

159   OwningPtr<AnalysisManager> Mgr;
227 SourceManager &SM = Mgr->getASTContext().getSourceManager();
269 Mgr.reset(new AnalysisManager(*Ctx,
319 checkerMgr->runCheckersOnASTDecl(D, *Mgr, *RecVisitorBR);
332 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
340 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
348 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
414 (Mgr->shouldInlineCall()) ? ExprEngine::Inline_All :
470 (Mgr->options.InliningMode == All ? 0 : &VisitedCallees));
490 // Introduce a scope to destroy BR before Mgr.
491 BugReporter BR(*Mgr);
493 checkerMgr->runCheckersOnASTDecl(TU, *Mgr, BR);
499 if (!Mgr->shouldInlineCall())
514 if (Mgr->shouldInlineCall())
518 checkerMgr->runCheckersOnEndOfTranslationUnit(TU, *Mgr, BR);
527 Mgr.reset(NULL);
584 CFG *DeclCFG = Mgr->getCFG(D);
591 Mgr->ClearContexts();
592 BugReporter BR(*Mgr);
595 checkerMgr->runCheckersOnASTBody(D, *Mgr, BR);
612 if (!Mgr->getCFG(D))
616 if (!Mgr->getAnalysisDeclContext(D)->getAnalysis<RelaxedLiveVariables>())
619 ExprEngine Eng(*Mgr, ObjCGCEnabled, VisitedCallees, &FunctionSummaries,IMode);
623 if (Mgr->options.visualizeExplodedGraphWithUbiGraph) {
629 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D),
630 Mgr->options.getMaxNodesPerTopLevelFunction());
637 if (Mgr->options.visualizeExplodedGraphWithGraphViz)
638 Eng.ViewGraph(Mgr->options.TrimGraph);
648 switch (Mgr->getLangOpts().getGC()) {