reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
306 SourceManager &SM = Mgr->getASTContext().getSourceManager(); 338 Mgr = std::make_unique<AnalysisManager>(*Ctx, PathConsumers, CreateStoreMgr, 383 checkerMgr->runCheckersOnASTDecl(D, *Mgr, *RecVisitorBR); 428 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); 436 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); 444 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); 581 (Mgr->options.InliningMode == All ? nullptr : &VisitedCallees)); 603 BugReporter BR(*Mgr); 607 checkerMgr->runCheckersOnASTDecl(TU, *Mgr, BR); 615 if (!Mgr->shouldInlineCall()) 630 if (Mgr->shouldInlineCall()) 634 checkerMgr->runCheckersOnEndOfTranslationUnit(TU, *Mgr, BR); 677 Mgr.reset(); 756 if (!Opts->AnalyzeAll && !Mgr->isInCodeFile(SL)) { 775 Mgr->ClearContexts(); 777 if (Mgr->getAnalysisDeclContext(D)->isBodyAutosynthesized()) 781 CFG *DeclCFG = Mgr->getCFG(D); 785 BugReporter BR(*Mgr); 790 checkerMgr->runCheckersOnASTBody(D, *Mgr, BR); 813 if (!Mgr->getCFG(D)) 817 if (!Mgr->getAnalysisDeclContext(D)->getAnalysis<RelaxedLiveVariables>()) 820 ExprEngine Eng(CTU, *Mgr, VisitedCallees, &FunctionSummaries, IMode); 825 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), 826 Mgr->options.MaxNodesPerTopLevelFunction); 830 if (!Mgr->options.DumpExplodedGraphTo.empty()) 831 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); 831 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); 834 if (Mgr->options.visualizeExplodedGraphWithGraphViz) 835 Eng.ViewGraph(Mgr->options.TrimGraph);