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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2216 ExprVector PlacementArgs; local
2227 if (ParseExpressionListOrTypeId(PlacementArgs, DeclaratorInfo)) {
2239 if (PlacementArgs.empty()) {
2315 PlacementArgs, PlacementRParen,
2375 SmallVectorImpl<Expr*> &PlacementArgs,
2388 return ParseExpressionList(PlacementArgs, CommaLocs);
2374 ParseExpressionListOrTypeId( SmallVectorImpl<Expr*> &PlacementArgs, Declarator &D) argument
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp949 /// \param PlacementArgs Placement new arguments.
957 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1012 PlacementArgs,
1045 MultiExprArg PlacementArgs,
1292 Expr **PlaceArgs = PlacementArgs.data();
1293 unsigned NumPlaceArgs = PlacementArgs.size();
956 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
1043 BuildCXXNew(SourceLocation StartLoc, 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.h1977 MultiExprArg PlacementArgs,
1987 PlacementArgs,
7199 SmallVector<Expr*, 8> PlacementArgs; local
7202 PlacementArgs, &ArgumentChanged))
7290 PlacementArgs,
1974 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 120 milliseconds