Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp311 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
325 SetOfConstDecls *VisitedCallees = nullptr);
329 SetOfConstDecls *VisitedCallees);
332 SetOfConstDecls *VisitedCallees);
421 const SetOfConstDecls &Visited, in shouldSkipFunction()
422 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
442 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
473 SetOfConstDecls Visited; in HandleDeclsCallGraph()
474 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
493 SetOfConstDecls VisitedCallees; in HandleDeclsCallGraph()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls; typedef
DExprEngine.h94 SetOfConstDecls *VisitedCallees;
101 SetOfConstDecls *VisitedCalleesIn,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp71 SetOfConstDecls *VisitedCalleesIn, in ExprEngine()