Home
last modified time | relevance | path

Searched refs:SetOfConstDecls (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp238 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
252 SetOfConstDecls *VisitedCallees = nullptr);
256 SetOfConstDecls *VisitedCallees);
385 const SetOfConstDecls &Visited, in shouldSkipFunction()
386 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
420 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
449 SetOfConstDecls Visited; in HandleDeclsCallGraph()
450 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
469 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()
651 SetOfConstDecls *VisitedCallees) { in HandleCode()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h31 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable
H A DExprEngine.h178 SetOfConstDecls *VisitedCallees;
185 SetOfConstDecls *VisitedCalleesIn,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp204 SetOfConstDecls *VisitedCalleesIn, in ExprEngine()