reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5870 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedSkippedRangeID; 5871 assert(LocalIndex < M->NumPreprocessedSkippedRanges); 5872 PPSkippedRange RawRange = M->PreprocessedSkippedRangeOffsets[LocalIndex]; 5873 SourceRange Range(TranslateSourceLocation(*M, RawRange.getBegin()), 5874 TranslateSourceLocation(*M, RawRange.getEnd()));