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