Home | History | Annotate | Download | only in Sema

Lines Matching refs:AType

687   if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
688 ElementType = AType->getElementType();
689 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
2662 if (const ArrayType *AType
2664 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) {