Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp77 static bool skip(DataExtractor &Data, uint64_t &Offset, bool SkippedRanges) { in skip() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h71 std::vector<SkippedRange> SkippedRanges; variable
H A DCoverageMappingGen.cpp479 auto SkippedRanges = CVM.getSourceInfo().getSkippedRanges(); in gatherSkippedRegions() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h326 std::vector<SourceRange> SkippedRanges; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2838 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); in WritePreprocessorDetail() local