Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1160 llvm::StructType *ObjCMethodDescTy = in GenerateProtocolMethodList() local
1176 MethodList.addInt(IntTy, td.getTypeSizeInBits(ObjCMethodDescTy) / in GenerateProtocolMethodList()
1179 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList()
1181 auto Method = MethodArray.beginStruct(ObjCMethodDescTy); in GenerateProtocolMethodList()
3001 llvm::StructType *ObjCMethodDescTy = in GenerateProtocolMethodList() local
3007 auto MethodArray = MethodList.beginArray(ObjCMethodDescTy); in GenerateProtocolMethodList()
3009 auto Method = MethodArray.beginStruct(ObjCMethodDescTy); in GenerateProtocolMethodList()