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.cpp1089 enum class MethodListType { enum
1112 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 …]