Searched defs:PlacementRParen (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2521 SourceLocation PlacementLParen, PlacementRParen; local
2537 PlacementRParen = T.getCloseLocation();
2538 if (PlacementRParen.isInvalid()) {
2546 PlacementLParen = PlacementRParen = SourceLocation();
2619 PlacementArgs, PlacementRParen,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1046 /// \param PlacementRParen Closing paren of the placement arguments.
1054 SourceLocation PlacementRParen, SourceRange TypeIdParens,
1122 PlacementRParen,
1155 SourceLocation PlacementRParen,
1408 SourceRange(PlacementLParen, PlacementRParen),
1052 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
1152 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer, bool TypeMayContainAuto) argument
H A DTreeTransform.h2266 SourceLocation PlacementRParen,
2276 PlacementRParen,
2262 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument

Completed in 2095 milliseconds