Searched refs:ArrayForm (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 3939 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete() argument 3949 bool ArrayFormAsWritten = ArrayForm; in ActOnCXXDelete() 4060 if (Pointee->isArrayType() && !ArrayForm) { in ActOnCXXDelete() 4064 ArrayForm = true; in ActOnCXXDelete() 4068 ArrayForm ? OO_Array_Delete : OO_Delete); in ActOnCXXDelete() 4081 if (ArrayForm) { in ActOnCXXDelete() 4110 /*WarnOnNonAbstractTypes=*/!ArrayForm, in ActOnCXXDelete() 4122 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete() 4188 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten, in ActOnCXXDelete()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2616 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr() argument 2622 CXXDeleteExprBits.ArrayForm = ArrayForm; in CXXDeleteExpr() 2632 bool isArrayForm() const { return CXXDeleteExprBits.ArrayForm; } in isArrayForm()
|
| H A D | Stmt.h | 957 unsigned ArrayForm : 1;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1962 E->CXXDeleteExprBits.ArrayForm = Record.readInt(); in VisitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8549 bool ArrayForm, Expr *Operand);
|