Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1662 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in FindAllocationFunctions() local
1691 DeleteName = Context.DeclarationNames.getCXXOperatorName(OO_Delete); in FindAllocationFunctions()
1714 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions()
1839 << DeleteName; in FindAllocationFunctions()
2378 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in ActOnCXXDelete() local
2383 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
2442 DeleteName); in ActOnCXXDelete()