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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp937 DeclarationName DeleteName = local
943 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete))
951 Overaligned, DeleteName);
H A DSemaExprCXX.cpp2454 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
2468 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName);
2621 << DeleteName;
2632 << DeleteName << AllocElemType;
2636 diag::note_member_declared_here) << DeleteName;
3343 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
3348 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,
3398 Overaligned, DeleteName);

Completed in 72 milliseconds