Home
last modified time | relevance | path

Searched refs:ConstructorRParen (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Parse/
DParseExprCXX.cpp1816 SourceLocation ConstructorLParen, ConstructorRParen; in ParseCXXNewExpression() local
1827 ConstructorRParen = MatchRHSPunctuation(tok::r_paren, ConstructorLParen); in ParseCXXNewExpression()
1828 if (ConstructorRParen.isInvalid()) { in ParseCXXNewExpression()
1840 move_arg(ConstructorArgs), ConstructorRParen); in ParseCXXNewExpression()
/external/clang/lib/Sema/
DSemaExprCXX.cpp845 SourceLocation ConstructorRParen) { in ActOnCXXNew() argument
900 ConstructorRParen, in ActOnCXXNew()
915 SourceLocation ConstructorRParen, in BuildCXXNew() argument
1109 ConstructorRParen); in BuildCXXNew()
1173 Init ? ConstructorRParen : in BuildCXXNew()
1175 ConstructorLParen, ConstructorRParen)); in BuildCXXNew()
DTreeTransform.h1912 SourceLocation ConstructorRParen) { in RebuildCXXNewExpr() argument
1923 ConstructorRParen); in RebuildCXXNewExpr()
/external/clang/lib/AST/
DExprCXX.cpp68 ConstructorRParen(constructorRParen) { in CXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1080 SourceLocation ConstructorRParen; variable
1218 SourceLocation getConstructorRParen() const { return ConstructorRParen; } in getConstructorRParen()
/external/clang/include/clang/Sema/
DSema.h2918 SourceLocation ConstructorRParen);
2929 SourceLocation ConstructorRParen,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1090 E->ConstructorRParen = ReadSourceLocation(Record, Idx); in VisitCXXNewExpr()