Searched refs:DeleteName (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1067 DeclarationName DeleteName = in findDeleteForPromise() local 1073 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete)) in findDeleteForPromise() 1081 Overaligned, DeleteName); in findDeleteForPromise()
|
| H A D | SemaExprCXX.cpp | 2663 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in FindAllocationFunctions() local 2677 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName); in FindAllocationFunctions() 2845 << DeleteName; in FindAllocationFunctions() 2856 << DeleteName << AllocElemType; in FindAllocationFunctions() 2860 diag::note_member_declared_here) << DeleteName; in FindAllocationFunctions() 3569 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName( in ActOnCXXDelete() local 3574 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete() 3624 Overaligned, DeleteName); in ActOnCXXDelete()
|