Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp413 const SetOfConstDecls &VisitedAsTopLevel) { in shouldSkipFunction() argument
414 if (VisitedAsTopLevel.count(D)) in shouldSkipFunction()
477 SetOfConstDecls VisitedAsTopLevel; in HandleDeclsCallGraph() local
490 if (shouldSkipFunction(D, Visited, VisitedAsTopLevel)) in HandleDeclsCallGraph()
517 VisitedAsTopLevel.insert(D); in HandleDeclsCallGraph()