Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1119 DeclarationName DeleteName = in findDeleteForPromise() local
1123 DeleteName, PromiseType); in findDeleteForPromise()
1135 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete, in findDeleteForPromise()
1152 OperatorDelete = S.FindUsualDeallocationFunction(Loc, IDP, DeleteName); in findDeleteForPromise()
H A DSemaExprCXX.cpp3037 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in FindAllocationFunctions() local
3051 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions()
3089 << OperatorNew->getDeclName() << IsPlacementOperator << DeleteName; in FindAllocationFunctions()
3110 DeleteName); in FindAllocationFunctions()
3300 << DeleteName; in FindAllocationFunctions()
3313 << DeleteName << AllocElemType; in FindAllocationFunctions()
3317 diag::note_member_declared_here) << DeleteName; in FindAllocationFunctions()
4067 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in ActOnCXXDelete() local
4075 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
4131 OperatorDelete = FindUsualDeallocationFunction(StartLoc, IDP, DeleteName); in ActOnCXXDelete()