Home
last modified time | relevance | path

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

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