Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2618 ExprVector PlacementArgs; in ParseCXXNewExpression() local
2629 if (ParseExpressionListOrTypeId(PlacementArgs, DeclaratorInfo)) { in ParseCXXNewExpression()
2641 if (PlacementArgs.empty()) { in ParseCXXNewExpression()
2724 PlacementArgs, PlacementRParen, in ParseCXXNewExpression()
2784 SmallVectorImpl<Expr*> &PlacementArgs, in ParseExpressionListOrTypeId() argument
2797 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1159 SourceLocation PlacementLParen, MultiExprArg PlacementArgs, in ActOnCXXNew() argument
1227 PlacementArgs, in ActOnCXXNew()
1260 MultiExprArg PlacementArgs, in BuildCXXNew() argument
1505 !Expr::hasAnyTypeDependentArguments(PlacementArgs) && in BuildCXXNew()
1508 UseGlobal, AllocType, ArraySize, PlacementArgs, in BuildCXXNew()
1530 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
1534 PlacementArgs = AllPlaceArgs; in BuildCXXNew()
1537 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs); in BuildCXXNew()
1544 if (PlacementArgs.empty() && OperatorNew && in BuildCXXNew()
1650 UsualArrayDeleteWantsSize, PlacementArgs, TypeIdParens, in BuildCXXNew()
DTreeTransform.h2322 MultiExprArg PlacementArgs, in RebuildCXXNewExpr() argument
2332 PlacementArgs, in RebuildCXXNewExpr()
8460 SmallVector<Expr*, 8> PlacementArgs; in TransformCXXNewExpr() local
8463 PlacementArgs, &ArgumentChanged)) in TransformCXXNewExpr()
8549 PlacementArgs, in TransformCXXNewExpr()
/external/clang/include/clang/Sema/
DSema.h4404 MultiExprArg PlacementArgs,
4410 MultiExprArg PlacementArgs,