Searched refs:SetOfConstDecls (Results 1 – 4 of 4) sorted by relevance
244 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);258 SetOfConstDecls *VisitedCallees = nullptr);262 SetOfConstDecls *VisitedCallees);390 const SetOfConstDecls &Visited, in shouldSkipFunction()391 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()425 const SetOfConstDecls &Visited) { in getInliningModeForFunction()454 SetOfConstDecls Visited; in HandleDeclsCallGraph()455 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()484 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()660 SetOfConstDecls *VisitedCallees) { in HandleCode()[all …]
30 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable
176 SetOfConstDecls *VisitedCallees;183 SetOfConstDecls *VisitedCalleesIn,
222 AnalysisManager &mgr, SetOfConstDecls *VisitedCalleesIn, in ExprEngine()