Searched defs:tKind (Results 1 – 1 of 1) sorted by relevance
1973 explicit MIRClassType(MIRTypeKind tKind) : MIRStructType(tKind) {} in MIRClassType()1974 MIRClassType(MIRTypeKind tKind, GStrIdx strIdx) : MIRStructType(tKind, strIdx) {} in MIRClassType()2143 explicit MIRInterfaceType(MIRTypeKind tKind) : MIRStructType(tKind) {} in MIRInterfaceType()2144 MIRInterfaceType(MIRTypeKind tKind, GStrIdx strIdx) : MIRStructType(tKind, strIdx) {} in MIRInterfaceType()