Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1268 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in FindAllocationFunctions() local
1312 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions()
1417 << DeleteName; in FindAllocationFunctions()
1877 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in ActOnCXXDelete() local
1885 FindDeallocationFunction(StartLoc, RD, DeleteName, OperatorDelete)) in ActOnCXXDelete()
1938 if (FindAllocationOverload(StartLoc, SourceRange(), DeleteName, in ActOnCXXDelete()