Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp188 std::vector<unsigned> PreviousLevel; in includeDepth() local
190 PreviousLevel.clear(); in includeDepth()
191 PreviousLevel.swap(CurrentLevel); in includeDepth()
192 for (const auto &Parent : PreviousLevel) { in includeDepth()