Searched refs:getSkippedRanges (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCoverageMappingGen.h41 ArrayRef<SourceRange> getSkippedRanges() const { return SkippedRanges; } function in class:clang::CoverageSourceInfo
H A DCoverageMappingGen.cpp225 auto SkippedRanges = CVM.getSourceInfo().getSkippedRanges();
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h484 const std::vector<SourceRange> &getSkippedRanges() const { function in class:clang::PreprocessingRecord
/external/clang/tools/libclang/
H A DCIndex.cpp7740 const std::vector<SourceRange> &SkippedRanges = ppRec->getSkippedRanges();

Completed in 597 milliseconds