Lines Matching refs:RParenLoc
709 SourceLocation L, SourceLocation RParenLoc,
716 FPO, L, RParenLoc, AngleBrackets);
738 SourceLocation RParenLoc,
744 RParenLoc, AngleBrackets);
795 SourceLocation RParenLoc,
801 RParenLoc, AngleBrackets);
818 SourceLocation RParenLoc,
820 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
830 SourceLocation L, SourceLocation RParenLoc,
832 return new (C) CXXAddrspaceCastExpr(T, VK, K, Op, WrittenTy, L, RParenLoc,
871 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();
1327 SourceLocation RParenLoc)
1334 TSI(TSI), LParenLoc(LParenLoc), RParenLoc(RParenLoc) {
1344 ArrayRef<Expr *> Args, SourceLocation RParenLoc) {
1347 CXXUnresolvedConstructExpr(T, TSI, LParenLoc, Args, RParenLoc);
1556 SourceLocation RParenLoc,
1562 PackLoc, RParenLoc, Length, PartialArgs);
1670 SourceLocation RParenLoc, bool Value)
1672 RParenLoc(RParenLoc) {
1693 SourceLocation RParenLoc,
1696 return new (Mem) TypeTraitExpr(T, Loc, Kind, Args, RParenLoc, Value);