Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.h52 std::vector<SkippedRange> SkippedRanges; variable
H A DCoverageMappingGen.cpp374 auto SkippedRanges = CVM.getSourceInfo().getSkippedRanges(); in gatherSkippedRegions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp76 static bool skip(DataExtractor &Data, uint64_t &Offset, bool SkippedRanges) { in skip()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp76 SkippedRanges; in createFileEntry() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h326 std::vector<SourceRange> SkippedRanges; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp411 const PreprocessorSkippedRangeMapping &SkippedRanges = *It->getSecond(); in getSkippedRangeForExcludedConditionalBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8844 const std::vector<SourceRange> &SkippedRanges = ppRec->getSkippedRanges(); in clang_getSkippedRanges() local
8883 const std::vector<SourceRange> &SkippedRanges = ppRec->getSkippedRanges(); in clang_getAllSkippedRanges() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2459 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); in WritePreprocessorDetail() local