Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp392 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction() argument
393 if (VisitedAsTopLevel.count(D)) in shouldSkipFunction()
456 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph() local
469 if (shouldSkipFunction(D, Visited, VisitedAsTopLevel)) in HandleDeclsCallGraph()
496 VisitedAsTopLevel.insert(D); in HandleDeclsCallGraph()