Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.cpp292 std::vector<IncludeStructure::HeaderID> PreviousLevel; in includeDepth() local
294 PreviousLevel.clear(); in includeDepth()
295 PreviousLevel.swap(CurrentLevel); in includeDepth()
296 for (const auto &Parent : PreviousLevel) { in includeDepth()
/llvm-project-15.0.7/clang/lib/Format/
H A DMacroCallReconstructor.cpp334 bool PreviousLevel = in endReconstruction() local
337 if (!ClosingParen && !TrailingComment && !PreviousLevel) { in endReconstruction()