Searched refs:isNonPlacementDeallocationFunction (Results 1 – 1 of 1) sorted by relevance
1733 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { in isNonPlacementDeallocationFunction() function1844 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || in resolveDeallocationOverload()2963 isNonPlacementDeallocationFunction(*this, OperatorDelete)) { in FindAllocationFunctions()