Home
last modified time | relevance | path

Searched refs:PlaceArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2700 bool &PassAlignment, MultiExprArg PlaceArgs, in FindAllocationFunctions() argument
2715 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8189 bool &PassAlignment, MultiExprArg PlaceArgs,