Searched refs:IsKindOf (Results 1 – 3 of 3) sorted by relevance
1376 unsigned IsKindOf : 1;4599 ObjCObjectTypeBits.IsKindOf = 0;4687 bool isKindOfTypeAsWritten() const { return ObjCObjectTypeBits.IsKindOf; }
545 ObjCObjectTypeBits.IsKindOf = isKindOf; in ObjCObjectType()
5510 bool IsKindOf = Record[Idx++]; in readTypeRecord() local5511 return Context.getObjCObjectType(Base, TypeArgs, Protos, IsKindOf); in readTypeRecord()