Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2626 ExprVector PlacementArgs; in ParseCXXNewExpression() local
2637 if (ParseExpressionListOrTypeId(PlacementArgs, DeclaratorInfo)) { in ParseCXXNewExpression()
2649 if (PlacementArgs.empty()) { in ParseCXXNewExpression()
2732 PlacementArgs, PlacementRParen, in ParseCXXNewExpression()
2792 SmallVectorImpl<Expr*> &PlacementArgs, in ParseExpressionListOrTypeId() argument
2805 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1167 SourceLocation PlacementLParen, MultiExprArg PlacementArgs, in ActOnCXXNew() argument
1235 PlacementArgs, in ActOnCXXNew()
1268 MultiExprArg PlacementArgs, in BuildCXXNew() argument
1513 !Expr::hasAnyTypeDependentArguments(PlacementArgs) && in BuildCXXNew()
1516 UseGlobal, AllocType, ArraySize, PlacementArgs, in BuildCXXNew()
1538 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
1542 PlacementArgs = AllPlaceArgs; in BuildCXXNew()
1545 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs); in BuildCXXNew()
1552 if (PlacementArgs.empty() && OperatorNew && in BuildCXXNew()
1658 UsualArrayDeleteWantsSize, PlacementArgs, TypeIdParens, in BuildCXXNew()
DTreeTransform.h2513 MultiExprArg PlacementArgs, in RebuildCXXNewExpr() argument
2523 PlacementArgs, in RebuildCXXNewExpr()
9131 SmallVector<Expr*, 8> PlacementArgs; in TransformCXXNewExpr() local
9134 PlacementArgs, &ArgumentChanged)) in TransformCXXNewExpr()
9220 PlacementArgs, in TransformCXXNewExpr()
/external/clang/include/clang/Sema/
DSema.h4653 MultiExprArg PlacementArgs,
4659 MultiExprArg PlacementArgs,