Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1959 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions() argument
1971 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()
/external/clang/include/clang/Sema/
DSema.h4788 MultiExprArg PlaceArgs,