Searched refs:PlaceArgs (Results 1 – 2 of 2) sorted by relevance
1959 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions() argument1971 SmallVector<Expr*, 8> AllocArgs(1 + PlaceArgs.size()); in FindAllocationFunctions()1980 std::copy(PlaceArgs.begin(), PlaceArgs.end(), AllocArgs.begin() + 1); in FindAllocationFunctions()2065 bool isPlacementNew = (!PlaceArgs.empty() || OperatorNew->param_size() != 1); in FindAllocationFunctions()2160 if (!PlaceArgs.empty() && getLangOpts().CPlusPlus11 && in FindAllocationFunctions()2163 << SourceRange(PlaceArgs.front()->getLocStart(), in FindAllocationFunctions()2164 PlaceArgs.back()->getLocEnd()); in FindAllocationFunctions()
4788 MultiExprArg PlaceArgs,