Searched defs:ArrayForm (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1997 bool ArrayForm, Expr *ExE) {
2006 bool ArrayFormAsWritten = ArrayForm;
2103 if (Pointee->isArrayType() && !ArrayForm) {
2107 ArrayForm = true;
2111 ArrayForm ? OO_Array_Delete : OO_Delete);
2121 if (ArrayForm) {
2157 } else if (!ArrayForm) {
2169 ArrayForm) {
2197 return Owned(new (Context) CXXDeleteExpr(Context.VoidTy, UseGlobal, ArrayForm,
1996 ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, bool ArrayForm, Expr *ExE) argument

Completed in 133 milliseconds