Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1335 bool isPlacementNew = (NumPlaceArgs > 0 || OperatorNew->param_size() != 1); in FindAllocationFunctions() local
1337 if (isPlacementNew) { in FindAllocationFunctions()