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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2245 bool ArrayForm, Expr *ExE) {
2255 bool ArrayFormAsWritten = ArrayForm;
2360 if (Pointee->isArrayType() && !ArrayForm) {
2364 ArrayForm = true;
2368 ArrayForm ? OO_Array_Delete : OO_Delete);
2378 if (ArrayForm) {
2415 } else if (!ArrayForm) {
2429 (!ArrayForm || UsualArrayDeleteWantsSize ||
2445 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten,
2244 ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, bool ArrayForm, Expr *ExE) argument

Completed in 213 milliseconds