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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1139 DeclarationName DeleteName = local
1151 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete,
1170 Overaligned, DeleteName);
H A DSemaExprCXX.cpp2780 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
2794 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName);
2963 << DeleteName;
2974 << DeleteName << AllocElemType;
2978 diag::note_member_declared_here) << DeleteName;
3745 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
3750 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,
3800 Overaligned, DeleteName);

Completed in 135 milliseconds