Searched defs:ETSTypeParameter (Results 1 – 2 of 2) sorted by relevance
25 explicit ETSTypeParameter() : Type(TypeFlag::ETS_TYPE_PARAMETER) {} in ETSTypeParameter() function26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter() function
35 class ETSTypeParameter; variable