Lines Matching defs:RParenLoc
765 SourceLocation L, SourceLocation RParenLoc,
772 FPO, L, RParenLoc, AngleBrackets);
794 SourceLocation RParenLoc,
800 RParenLoc, AngleBrackets);
857 SourceLocation RParenLoc,
863 RParenLoc, AngleBrackets);
880 SourceLocation RParenLoc,
882 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
892 SourceLocation L, SourceLocation RParenLoc,
894 return new (C) CXXAddrspaceCastExpr(T, VK, K, Op, WrittenTy, L, RParenLoc,
933 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();
1457 ArrayRef<Expr *> Args, SourceLocation RParenLoc, bool IsListInit)
1464 RParenLoc(RParenLoc) {
1474 SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc,
1478 RParenLoc, IsListInit);
1697 SourceLocation RParenLoc,
1703 PackLoc, RParenLoc, Length, PartialArgs);
1858 SourceLocation RParenLoc, bool Value)
1860 RParenLoc(RParenLoc) {
1881 SourceLocation RParenLoc,
1884 return new (Mem) TypeTraitExpr(T, Loc, Kind, Args, RParenLoc, Value);
1937 SourceLocation RParenLoc) {
1940 LParenLoc, RParenLoc);