Home | History | Annotate | Download | only in libclang

Lines Matching defs:MappedRange

401     SourceRange MappedRange = AU->mapRangeToPreamble(RegionOfInterest);
402 SourceLocation B = MappedRange.getBegin();
403 SourceLocation E = MappedRange.getEnd();