Searched refs:ArrayForm (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 3511 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete() argument 3521 bool ArrayFormAsWritten = ArrayForm; in ActOnCXXDelete() 3625 if (Pointee->isArrayType() && !ArrayForm) { in ActOnCXXDelete() 3629 ArrayForm = true; in ActOnCXXDelete() 3633 ArrayForm ? OO_Array_Delete : OO_Delete); in ActOnCXXDelete() 3643 if (ArrayForm) { in ActOnCXXDelete() 3669 /*WarnOnNonAbstractTypes=*/!ArrayForm, in ActOnCXXDelete() 3681 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete() 3727 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten, in ActOnCXXDelete()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2425 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr() argument 2431 CXXDeleteExprBits.ArrayForm = ArrayForm; in CXXDeleteExpr() 2441 bool isArrayForm() const { return CXXDeleteExprBits.ArrayForm; } in isArrayForm()
|
| H A D | Stmt.h | 755 unsigned ArrayForm : 1; in alignas() local
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1891 E->CXXDeleteExprBits.ArrayForm = Record.readInt(); in VisitCXXDeleteExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6631 bool UseGlobal, bool ArrayForm,
|