Home | History | Annotate | Download | only in Parse

Lines Matching defs:RParenLoc

680     SourceLocation RParenLoc;
688 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1610 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc;
1613 false, CastTy, RParenLoc);
1614 CastRange = SourceRange(LParenLoc, RParenLoc);
1662 SourceLocation LParenLoc, RParenLoc;
1673 RParenLoc = T.getCloseLocation();
1674 if (RParenLoc.isInvalid())
1675 RParenLoc = PP.getLocForEndOfToken(NameLoc);
1684 RParenLoc = PP.getLocForEndOfToken(NameLoc);
1688 << FixItHint::CreateInsertion(RParenLoc, ")");
1699 RParenLoc);
1963 SourceLocation &RParenLoc) {
2038 RParenLoc = T.getCloseLocation();
2046 RParenLoc, SubExpr.get());
2059 RParenLoc = T.getCloseLocation();
2086 RParenLoc = T.getCloseLocation();
2094 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc);
2121 << SourceRange(OpenLoc, RParenLoc);
2133 RParenLoc, Result.take());
2171 RParenLoc = T.getCloseLocation();
2186 SourceLocation RParenLoc) {
2192 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.take());