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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2521 SourceLocation PlacementLParen, PlacementRParen; local
2530 PlacementLParen = T.getOpenLocation();
2546 PlacementLParen = PlacementRParen = SourceLocation();
2618 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1044 /// \param PlacementLParen Opening paren of the placement arguments.
1053 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1120 PlacementLParen,
1153 SourceLocation PlacementLParen,
1408 SourceRange(PlacementLParen, PlacementRParen),
1430 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, 1,
1438 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs);
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.h2264 SourceLocation PlacementLParen,
2274 PlacementLParen,
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 331 milliseconds