Searched refs:ArrayForm (Results 1 – 4 of 4) sorted by relevance
2219 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete() argument2229 bool ArrayFormAsWritten = ArrayForm; in ActOnCXXDelete()2332 if (Pointee->isArrayType() && !ArrayForm) { in ActOnCXXDelete()2336 ArrayForm = true; in ActOnCXXDelete()2340 ArrayForm ? OO_Array_Delete : OO_Delete); in ActOnCXXDelete()2350 if (ArrayForm) { in ActOnCXXDelete()2387 } else if (!ArrayForm) { in ActOnCXXDelete()2401 (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()2416 return Owned(new (Context) CXXDeleteExpr(Context.VoidTy, UseGlobal, ArrayForm, in ActOnCXXDelete()
1868 bool ArrayForm : 1; variable1885 ArrayForm(arrayForm), ArrayFormAsWritten(arrayFormAsWritten), in CXXDeleteExpr()1891 bool isArrayForm() const { return ArrayForm; } in isArrayForm()
1373 E->ArrayForm = Record[Idx++]; in VisitCXXDeleteExpr()
4198 bool UseGlobal, bool ArrayForm,