Home | History | Annotate | Download | only in Sema

Lines Matching refs:AType

397   if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
398 ElementType = AType->getElementType();
399 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
2096 if (const ArrayType *AType
2098 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) {