Searched refs:SetOfConstDecls (Results 1 – 4 of 4) sorted by relevance
237 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);251 SetOfConstDecls *VisitedCallees = nullptr);255 SetOfConstDecls *VisitedCallees);412 const SetOfConstDecls &Visited, in shouldSkipFunction()413 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()447 const SetOfConstDecls &Visited) { in getInliningModeForFunction()476 SetOfConstDecls Visited; in HandleDeclsCallGraph()477 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()506 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()696 SetOfConstDecls *VisitedCallees) { in HandleCode()[all …]
30 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable
176 SetOfConstDecls *VisitedCallees;183 SetOfConstDecls *VisitedCalleesIn,
223 AnalysisManager &mgr, SetOfConstDecls *VisitedCalleesIn, in ExprEngine()