Home
last modified time | relevance | path

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

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