Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseT

1112   QualType BaseT = BaseExpr->getType();
1116 BaseT->getAs<ObjCObjectPointerType>()) {
1156 bool receiverIdType = (BaseT->isObjCIdType() ||
1157 BaseT->isObjCQualifiedIdType());
1221 QualType BaseT = BaseExpr->getType();
1225 BaseT->getAs<ObjCObjectPointerType>()) {
1268 bool receiverIdType = (BaseT->isObjCIdType() ||
1269 BaseT->isObjCQualifiedIdType());