Searched refs:ArrayForm (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 3448 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete() argument 3458 bool ArrayFormAsWritten = ArrayForm; in ActOnCXXDelete() 3562 if (Pointee->isArrayType() && !ArrayForm) { in ActOnCXXDelete() 3566 ArrayForm = true; in ActOnCXXDelete() 3570 ArrayForm ? OO_Array_Delete : OO_Delete); in ActOnCXXDelete() 3580 if (ArrayForm) { in ActOnCXXDelete() 3606 /*WarnOnNonAbstractTypes=*/!ArrayForm, in ActOnCXXDelete() 3618 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete() 3664 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten, in ActOnCXXDelete()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2408 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr() argument 2414 CXXDeleteExprBits.ArrayForm = ArrayForm; in CXXDeleteExpr() 2424 bool isArrayForm() const { return CXXDeleteExprBits.ArrayForm; } in isArrayForm()
|
H A D | Stmt.h | 752 unsigned ArrayForm : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1896 E->CXXDeleteExprBits.ArrayForm = Record.readInt(); in VisitCXXDeleteExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 6274 bool UseGlobal, bool ArrayForm,
|