Searched refs:ArrayForm (Results 1 – 4 of 4) sorted by relevance
2045 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete() argument2054 bool ArrayFormAsWritten = ArrayForm; in ActOnCXXDelete()2147 if (Pointee->isArrayType() && !ArrayForm) { in ActOnCXXDelete()2151 ArrayForm = true; in ActOnCXXDelete()2155 ArrayForm ? OO_Array_Delete : OO_Delete); in ActOnCXXDelete()2165 if (ArrayForm) { in ActOnCXXDelete()2201 } else if (!ArrayForm) { in ActOnCXXDelete()2213 ArrayForm) { in ActOnCXXDelete()2244 return Owned(new (Context) CXXDeleteExpr(Context.VoidTy, UseGlobal, ArrayForm, in ActOnCXXDelete()
1654 bool ArrayForm : 1; variable1671 ArrayForm(arrayForm), ArrayFormAsWritten(arrayFormAsWritten), in CXXDeleteExpr()1677 bool isArrayForm() const { return ArrayForm; } in isArrayForm()
1259 E->ArrayForm = Record[Idx++]; in VisitCXXDeleteExpr()
3734 bool UseGlobal, bool ArrayForm,