Searched refs:MethodListType (Results 1 – 1 of 1) sorted by relevance
1129 enum class MethodListType { enum1154 static MethodListType getMethodListKind(Kind kind) { in getMethodListKind()1157 return MethodListType::ProtocolInstanceMethods; in getMethodListKind()1159 return MethodListType::ProtocolClassMethods; in getMethodListKind()1161 return MethodListType::OptionalProtocolInstanceMethods; in getMethodListKind()1163 return MethodListType::OptionalProtocolClassMethods; in getMethodListKind()1278 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT,1450 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT,3430 Values.add(emitMethodList(ExtName, MethodListType::CategoryInstanceMethods, in GenerateCategory()3432 Values.add(emitMethodList(ExtName, MethodListType::CategoryClassMethods, in GenerateCategory()[all …]