Lines Matching refs:Range
58 SourceRange Range;
59 Range.setBegin(DigraphToken.getLocation());
60 Range.setEnd(ColonToken.getLocation());
63 << FixItHint::CreateReplacement(Range, "< ::");
794 Intro.Range.setBegin(T.getOpenLocation());
1025 Intro.Range.setEnd(T.getCloseLocation());
1112 SourceLocation LambdaBeginLoc = Intro.Range.getBegin();
1199 SourceRange Range;
1200 TrailingReturnType = ParseTrailingReturnType(Range);
1201 if (Range.getEnd().isValid())
1202 DeclEndLoc = Range.getEnd();
1268 SourceRange Range;
1269 TrailingReturnType = ParseTrailingReturnType(Range);
1270 if (Range.getEnd().isValid())
1271 DeclEndLoc = Range.getEnd();