Searched refs:VisitedAsTopLevel (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp418 const SetOfConstDecls &VisitedAsTopLevel) {
419 if (VisitedAsTopLevel.count(D))
470 SetOfConstDecls VisitedAsTopLevel; local
485 if (shouldSkipFunction(D, Visited, VisitedAsTopLevel))
499 VisitedAsTopLevel.insert(D);
416 shouldSkipFunction(const Decl *D, const SetOfConstDecls &Visited, const SetOfConstDecls &VisitedAsTopLevel) argument

Completed in 82 milliseconds