Home | History | Annotate | Download | only in Sema

Lines Matching refs:isArrayType

527   if (T->isArrayType())
561 if (!AllowBraceElision && (T->isArrayType() || T->isRecordType()))
576 if (T->isArrayType() || T->isRecordType()) {
608 if (!ExprTy->isArrayType())
642 CurrentObjectType->isArrayType()? 0 :
697 } else if (DeclType->isArrayType()) {
2083 if (!ResultType->isArrayType())
3479 (InitCategory.isPRValue() && T2->isArrayType()))) {
4093 Initializer->getType()->isArrayType()) {