Home | History | Annotate | Download | only in AST

Lines Matching full:rangeend

1512   SourceLocation RangeEnd = getLocation();
1515 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
1517 return SourceRange(getOuterLocStart(), RangeEnd);
3526 SourceLocation RangeEnd = getLocation();
3529 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
3531 return SourceRange(getLocStart(), RangeEnd);
3535 SourceLocation RangeEnd = getLocStart();
3537 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
3538 return SourceRange(getLocStart(), RangeEnd);