Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DNoRecursionCheck.cpp172 CallStackSet; in PathfindSomeCycle() local
181 if (!CallStackSet.insert(*Node)) in PathfindSomeCycle()
190 CallStackTy CallStack = CallStackSet.takeVector(); in PathfindSomeCycle()