Lines Matching refs:deleteName
923 DeclarationName deleteName =
925 LookupResult ops(S, deleteName, loc, Sema::LookupOrdinaryName);
1575 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
1604 DeleteName = Context.DeclarationNames.getCXXOperatorName(OO_Delete);
1632 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName);
1736 << DeleteName;
2221 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
2226 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,
2288 if (FindAllocationOverload(StartLoc, SourceRange(), DeleteName,