Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1129 enum class MethodListType { enum
1154 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 …]