Searched refs:AllocationOperatorKind (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16480 enum class AllocationOperatorKind { New, Delete }; enum 16521 Sema &SemaRef, FunctionDecl *FnDecl, AllocationOperatorKind OperatorKind, in CheckOperatorNewDeleteTypes() 16547 if (OperatorKind == AllocationOperatorKind::New) { in CheckOperatorNewDeleteTypes() 16668 SemaRef, FnDecl, AllocationOperatorKind::New, SemaRef.Context.VoidPtrTy, in CheckOperatorNewDeclaration() 16732 SemaRef, FnDecl, AllocationOperatorKind::Delete, in CheckOperatorDeleteDeclaration()
|