Home
last modified time | relevance | path

Searched refs:MethodListType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1133 enum class MethodListType { enum
1158 static MethodListType getMethodListKind(Kind kind) { in getMethodListKind()
1161 return MethodListType::ProtocolInstanceMethods; in getMethodListKind()
1163 return MethodListType::ProtocolClassMethods; in getMethodListKind()
1165 return MethodListType::OptionalProtocolInstanceMethods; in getMethodListKind()
1167 return MethodListType::OptionalProtocolClassMethods; in getMethodListKind()
1282 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT,
1454 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT,
3368 Values.add(emitMethodList(ExtName, MethodListType::CategoryInstanceMethods, in GenerateCategory()
3370 Values.add(emitMethodList(ExtName, MethodListType::CategoryClassMethods, in GenerateCategory()
[all …]