Searched refs:PlacementArgs (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2463 ExprVector PlacementArgs; local
2474 if (ParseExpressionListOrTypeId(PlacementArgs, DeclaratorInfo)) {
2486 if (PlacementArgs.empty()) {
2562 PlacementArgs, PlacementRParen,
2622 SmallVectorImpl<Expr*> &PlacementArgs,
2635 return ParseExpressionList(PlacementArgs, CommaLocs);
2621 ParseExpressionListOrTypeId( SmallVectorImpl<Expr*> &PlacementArgs, Declarator &D) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1006 /// \param PlacementArgs Placement new arguments.
1014 SourceLocation PlacementLParen, MultiExprArg PlacementArgs,
1082 PlacementArgs,
1115 MultiExprArg PlacementArgs,
1366 !Expr::hasAnyTypeDependentArguments(PlacementArgs) &&
1369 UseGlobal, AllocType, ArraySize, PlacementArgs,
1389 PlacementArgs, AllPlaceArgs, CallType))
1393 PlacementArgs = AllPlaceArgs;
1395 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs);
1402 if (PlacementArgs
1013 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
1113 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.h2106 MultiExprArg PlacementArgs,
2116 PlacementArgs,
7585 SmallVector<Expr*, 8> PlacementArgs; local
7588 PlacementArgs, &ArgumentChanged))
7676 PlacementArgs,
2103 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4155 MultiExprArg PlacementArgs,
4161 MultiExprArg PlacementArgs,

Completed in 116 milliseconds