Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp310 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
324 SetOfConstDecls *VisitedCallees = nullptr);
328 SetOfConstDecls *VisitedCallees);
331 SetOfConstDecls *VisitedCallees);
420 const SetOfConstDecls &Visited, in shouldSkipFunction()
421 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction()
441 const SetOfConstDecls &Visited) { in getInliningModeForFunction()
472 SetOfConstDecls Visited; in HandleDeclsCallGraph()
473 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph()
492 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.cpp72 SetOfConstDecls *VisitedCalleesIn, in ExprEngine()