Home
last modified time | relevance | path

Searched defs:SkippedRanges (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DCollectMacros.h45 std::vector<Range> SkippedRanges; member
H A DSemanticHighlighting.cpp1549 std::vector<Range> SkippedRanges(std::move(AST.getMacros().SkippedRanges)); getInactiveRegions() local
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp77 if (!SkippedRanges) { in skip() argument
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h66 std::vector<SkippedRange> SkippedRanges; global() variable
H A DCoverageMappingGen.cpp477 for (auto &I : SkippedRanges) { in gatherSkippedRegions() local
[all...]
/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h326 std::vector<SourceRange> SkippedRanges; variable
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp9473 const std::vector<SourceRange> &SkippedRanges = ppRec->getSkippedRanges(); clang_getSkippedRanges() local
9512 const std::vector<SourceRange> &SkippedRanges = ppRec->getSkippedRanges(); clang_getAllSkippedRanges() local
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2838 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); WritePreprocessorDetail() local