Home | History | Annotate | Download | only in Sema

Lines Matching refs:AType

570   if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
571 ElementType = AType->getElementType();
572 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
2394 if (const ArrayType *AType
2396 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) {