Searched refs:PlaceArgs (Results 1 – 2 of 2) sorted by relevance
2700 bool &PassAlignment, MultiExprArg PlaceArgs, in FindAllocationFunctions() argument2715 AllocArgs.reserve((PassAlignment ? 2 : 1) + PlaceArgs.size()); in FindAllocationFunctions()2736 AllocArgs.insert(AllocArgs.end(), PlaceArgs.begin(), PlaceArgs.end()); in FindAllocationFunctions()2777 if (PlaceArgs.empty()) { in FindAllocationFunctions()2870 bool isPlacementNew = !PlaceArgs.empty() || OperatorNew->param_size() != 1 || in FindAllocationFunctions()2981 SourceRange R = PlaceArgs.empty() in FindAllocationFunctions()2983 : SourceRange(PlaceArgs.front()->getBeginLoc(), in FindAllocationFunctions()2984 PlaceArgs.back()->getEndLoc()); in FindAllocationFunctions()
8189 bool &PassAlignment, MultiExprArg PlaceArgs,