Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp391 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction() argument
392 if (VisitedAsTopLevel.count(D)) in shouldSkipFunction()
455 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph() local
468 if (shouldSkipFunction(D, Visited, VisitedAsTopLevel)) in HandleDeclsCallGraph()
495 VisitedAsTopLevel.insert(D); in HandleDeclsCallGraph()