HomeSort by relevance Sort by last modified time
    Searched defs:SkippedRanges (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CoverageMappingGen.h 39 std::vector<SourceRange> SkippedRanges;
41 ArrayRef<SourceRange> getSkippedRanges() const { return SkippedRanges; }
CoverageMappingGen.cpp 30 SkippedRanges.push_back(Range);
222 auto SkippedRanges = CVM.getSourceInfo().getSkippedRanges();
223 for (const auto &I : SkippedRanges) {
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 309 std::vector<SourceRange> SkippedRanges;
486 return SkippedRanges;

Completed in 232 milliseconds