Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2702 ExprVector PlacementArgs; in ParseCXXNewExpression() local
2713 if (ParseExpressionListOrTypeId(PlacementArgs, DeclaratorInfo)) { in ParseCXXNewExpression()
2725 if (PlacementArgs.empty()) { in ParseCXXNewExpression()
2808 PlacementArgs, PlacementRParen, in ParseCXXNewExpression()
2868 SmallVectorImpl<Expr*> &PlacementArgs, in ParseExpressionListOrTypeId() argument
2881 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1400 SourceLocation PlacementLParen, MultiExprArg PlacementArgs, in ActOnCXXNew() argument
1468 PlacementArgs, in ActOnCXXNew()
1501 MultiExprArg PlacementArgs, in BuildCXXNew() argument
1746 !Expr::hasAnyTypeDependentArguments(PlacementArgs) && in BuildCXXNew()
1749 UseGlobal, AllocType, ArraySize, PlacementArgs, in BuildCXXNew()
1771 PlacementArgs, AllPlaceArgs, CallType)) in BuildCXXNew()
1775 PlacementArgs = AllPlaceArgs; in BuildCXXNew()
1778 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs); in BuildCXXNew()
1785 if (PlacementArgs.empty() && OperatorNew && in BuildCXXNew()
1892 UsualArrayDeleteWantsSize, PlacementArgs, TypeIdParens, in BuildCXXNew()
DTreeTransform.h2586 MultiExprArg PlacementArgs, in RebuildCXXNewExpr() argument
2596 PlacementArgs, in RebuildCXXNewExpr()
9438 SmallVector<Expr*, 8> PlacementArgs; in TransformCXXNewExpr() local
9441 PlacementArgs, &ArgumentChanged)) in TransformCXXNewExpr()
9527 PlacementArgs, in TransformCXXNewExpr()
/external/clang/include/clang/Sema/
DSema.h4768 MultiExprArg PlacementArgs,
4774 MultiExprArg PlacementArgs,