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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2520 ExprVector PlacementArgs; local
2531 if (ParseExpressionListOrTypeId(PlacementArgs, DeclaratorInfo)) {
2543 if (PlacementArgs.empty()) {
2619 PlacementArgs, PlacementRParen,
2679 SmallVectorImpl<Expr*> &PlacementArgs,
2692 return ParseExpressionList(PlacementArgs, CommaLocs);
2678 ParseExpressionListOrTypeId( SmallVectorImpl<Expr*> &PlacementArgs, Declarator &D) argument
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1045 /// \param PlacementArgs Placement new arguments.
1053 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1121 PlacementArgs,
1154 MultiExprArg PlacementArgs,
1406 !Expr::hasAnyTypeDependentArguments(PlacementArgs) &&
1409 UseGlobal, AllocType, ArraySize, PlacementArgs,
1431 PlacementArgs, AllPlaceArgs, CallType))
1435 PlacementArgs = AllPlaceArgs;
1437 // FIXME: This is wrong: PlacementArgs misses out the first (size) argument.
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
[all...]
H A DTreeTransform.h2265 MultiExprArg PlacementArgs,
2275 PlacementArgs,
7952 SmallVector<Expr*, 8> PlacementArgs; local
7955 PlacementArgs, &ArgumentChanged))
8041 PlacementArgs,
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 2064 milliseconds