Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.cpp229 auto SortedSkippedRanges = AST.getMacros().SkippedRanges; in collect() local
230 llvm::sort(SortedSkippedRanges); in collect()
232 for (const Range &R : SortedSkippedRanges) { in collect()