Searched refs:ArrayForm (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 3624 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete() argument 3634 bool ArrayFormAsWritten = ArrayForm; in ActOnCXXDelete() 3738 if (Pointee->isArrayType() && !ArrayForm) { in ActOnCXXDelete() 3742 ArrayForm = true; in ActOnCXXDelete() 3746 ArrayForm ? OO_Array_Delete : OO_Delete); in ActOnCXXDelete() 3756 if (ArrayForm) { in ActOnCXXDelete() 3782 /*WarnOnNonAbstractTypes=*/!ArrayForm, in ActOnCXXDelete() 3794 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete() 3840 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten, in ActOnCXXDelete()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2491 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr() argument 2497 CXXDeleteExprBits.ArrayForm = ArrayForm; in CXXDeleteExpr() 2507 bool isArrayForm() const { return CXXDeleteExprBits.ArrayForm; } in isArrayForm()
|
| H A D | Stmt.h | 900 unsigned ArrayForm : 1; in alignas()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1934 E->CXXDeleteExprBits.ArrayForm = Record.readInt(); in VisitCXXDeleteExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6935 bool UseGlobal, bool ArrayForm,
|