Lines Matching refs:Range
58 SourceRange Range;
59 Range.setBegin(DigraphToken.getLocation());
60 Range.setEnd(ColonToken.getLocation());
63 << FixItHint::CreateReplacement(Range, "< ::");
292 // Include code completion token into the range of the scope otherwise
791 Intro.Range.setBegin(T.getOpenLocation());
1014 Intro.Range.setEnd(T.getCloseLocation());
1049 SourceLocation LambdaBeginLoc = Intro.Range.getBegin();
1133 SourceRange Range;
1134 TrailingReturnType = ParseTrailingReturnType(Range);
1135 if (Range.getEnd().isValid())
1136 DeclEndLoc = Range.getEnd();
1200 SourceRange Range;
1201 TrailingReturnType = ParseTrailingReturnType(Range);
1202 if (Range.getEnd().isValid())
1203 DeclEndLoc = Range.getEnd();