Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1756 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in FindAllocationFunctions() local
1785 DeleteName = Context.DeclarationNames.getCXXOperatorName(OO_Delete); in FindAllocationFunctions()
1808 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions()
1933 << DeleteName; in FindAllocationFunctions()
2736 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in ActOnCXXDelete() local
2741 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
2800 DeleteName); in ActOnCXXDelete()