Searched refs:IsKindOf (Results 1 – 4 of 4) sorted by relevance
47 check( pApp->IsKindOf( RUNTIME_CLASS( CCPApp ) ) ); in GetControlPanelApp()135 if ( pWnd->IsKindOf( RUNTIME_CLASS( CPropertySheet ) ) ) in OnRun()145 check( pWnd->IsKindOf( RUNTIME_CLASS( CDialog ) ) ); in OnRun()
1408 unsigned IsKindOf : 1;4773 ObjCObjectTypeBits.IsKindOf = 0;4861 bool isKindOfTypeAsWritten() const { return ObjCObjectTypeBits.IsKindOf; }
545 ObjCObjectTypeBits.IsKindOf = isKindOf; in ObjCObjectType()
5543 bool IsKindOf = Record[Idx++]; in readTypeRecord() local5544 return Context.getObjCObjectType(Base, TypeArgs, Protos, IsKindOf); in readTypeRecord()