Searched refs:MethodListType (Results 1 – 1 of 1) sorted by relevance
1089 enum class MethodListType { enum1112 static MethodListType getMethodListKind(Kind kind) { in getMethodListKind()1115 return MethodListType::ProtocolInstanceMethods; in getMethodListKind()1117 return MethodListType::ProtocolClassMethods; in getMethodListKind()1119 return MethodListType::OptionalProtocolInstanceMethods; in getMethodListKind()1121 return MethodListType::OptionalProtocolClassMethods; in getMethodListKind()1232 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT,1395 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT,3265 Values.add(emitMethodList(ExtName, MethodListType::CategoryInstanceMethods, in GenerateCategory()3267 Values.add(emitMethodList(ExtName, MethodListType::CategoryClassMethods, in GenerateCategory()[all …]