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