Searched refs:PlaceArgs (Results 1 – 2 of 2) sorted by relevance
1717 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions() argument1729 SmallVector<Expr*, 8> AllocArgs(1 + PlaceArgs.size()); in FindAllocationFunctions()1738 std::copy(PlaceArgs.begin(), PlaceArgs.end(), AllocArgs.begin() + 1); in FindAllocationFunctions()1823 bool isPlacementNew = (!PlaceArgs.empty() || OperatorNew->param_size() != 1); in FindAllocationFunctions()1918 if (!PlaceArgs.empty() && getLangOpts().CPlusPlus11 && in FindAllocationFunctions()1921 << SourceRange(PlaceArgs.front()->getLocStart(), in FindAllocationFunctions()1922 PlaceArgs.back()->getLocEnd()); in FindAllocationFunctions()
4424 MultiExprArg PlaceArgs,