Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1580 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { in isNonPlacementDeallocationFunction() function
1691 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || in resolveDeallocationOverload()
2820 isNonPlacementDeallocationFunction(*this, OperatorDelete)) { in FindAllocationFunctions()