Home | History | Annotate | Download | only in Parse

Lines Matching defs:RParenLoc

671     SourceLocation RParenLoc;
679 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1545 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc;
1548 false, CastTy, RParenLoc);
1549 CastRange = SourceRange(LParenLoc, RParenLoc);
1592 SourceLocation LParenLoc, RParenLoc;
1603 RParenLoc = T.getCloseLocation();
1604 if (RParenLoc.isInvalid())
1605 RParenLoc = PP.getLocForEndOfToken(NameLoc);
1614 RParenLoc = PP.getLocForEndOfToken(NameLoc);
1618 << FixItHint::CreateInsertion(RParenLoc, ")");
1629 RParenLoc);
1889 SourceLocation &RParenLoc) {
1965 RParenLoc = T.getCloseLocation();
1973 RParenLoc, SubExpr.get());
1986 RParenLoc = T.getCloseLocation();
2013 RParenLoc = T.getCloseLocation();
2021 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc);
2048 << SourceRange(OpenLoc, RParenLoc);
2060 RParenLoc, Result.take());
2098 RParenLoc = T.getCloseLocation();
2112 SourceLocation RParenLoc) {
2118 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.take());