Lines Matching refs:PlacementArgs
1909 SourceLocation PlacementLParen, MultiExprArg PlacementArgs, in ActOnCXXNew() argument
1974 PlacementLParen, PlacementArgs, PlacementRParen, in ActOnCXXNew()
2032 MultiExprArg PlacementArgs, in BuildCXXNew() argument
2318 if (CheckArgsForPlaceholders(PlacementArgs)) in BuildCXXNew()
2323 !Expr::hasAnyTypeDependentArguments(PlacementArgs) && in BuildCXXNew()
2326 AllocType, ArraySize.has_value(), PassAlignment, PlacementArgs, in BuildCXXNew()
2349 NumImplicitArgs, PlacementArgs, AllPlaceArgs, in BuildCXXNew()
2354 PlacementArgs = AllPlaceArgs; in BuildCXXNew()
2408 CallArgs.reserve(NumImplicitArgs + PlacementArgs.size()); in BuildCXXNew()
2414 CallArgs.insert(CallArgs.end(), PlacementArgs.begin(), PlacementArgs.end()); in BuildCXXNew()
2423 if (PlacementArgs.empty() && !PassAlignment && in BuildCXXNew()
2511 PlacementArgs, TypeIdParens, ArraySize, InitStyle, in BuildCXXNew()