Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp422 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction() argument
423 if (VisitedAsTopLevel.count(D)) in shouldSkipFunction()
474 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph() local
489 if (shouldSkipFunction(D, Visited, VisitedAsTopLevel)) in HandleDeclsCallGraph()
503 VisitedAsTopLevel.insert(D); in HandleDeclsCallGraph()