reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
141 SourceLocation End = Range.getEnd(); 143 if (Range.isTokenRange()) 145 if (!SourceLocation::isPairOfFileLocations(Range.getBegin(), End)) 149 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End)) 153 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); 154 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); 157 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) && 164 if (HasEnd && SelectionEnd != Range.getBegin())