Searched refs:ConstructorRParen (Results 1 – 7 of 7) sorted by relevance
1816 SourceLocation ConstructorLParen, ConstructorRParen; in ParseCXXNewExpression() local1827 ConstructorRParen = MatchRHSPunctuation(tok::r_paren, ConstructorLParen); in ParseCXXNewExpression()1828 if (ConstructorRParen.isInvalid()) { in ParseCXXNewExpression()1840 move_arg(ConstructorArgs), ConstructorRParen); in ParseCXXNewExpression()
845 SourceLocation ConstructorRParen) { in ActOnCXXNew() argument900 ConstructorRParen, in ActOnCXXNew()915 SourceLocation ConstructorRParen, in BuildCXXNew() argument1109 ConstructorRParen); in BuildCXXNew()1173 Init ? ConstructorRParen : in BuildCXXNew()1175 ConstructorLParen, ConstructorRParen)); in BuildCXXNew()
1912 SourceLocation ConstructorRParen) { in RebuildCXXNewExpr() argument1923 ConstructorRParen); in RebuildCXXNewExpr()
68 ConstructorRParen(constructorRParen) { in CXXNewExpr()
1080 SourceLocation ConstructorRParen; variable1218 SourceLocation getConstructorRParen() const { return ConstructorRParen; } in getConstructorRParen()
2918 SourceLocation ConstructorRParen);2929 SourceLocation ConstructorRParen,
1090 E->ConstructorRParen = ReadSourceLocation(Record, Idx); in VisitCXXNewExpr()