Lines Matching refs:deleteName
788 DeclarationName deleteName =
790 LookupResult ops(S, deleteName, loc, Sema::LookupOrdinaryName);
1268 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
1312 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName);
1417 << DeleteName;
1877 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
1885 FindDeallocationFunction(StartLoc, RD, DeleteName, OperatorDelete))
1938 if (FindAllocationOverload(StartLoc, SourceRange(), DeleteName,