Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp519 llvm::StructType *MethodDescriptionTy; member in __anon0cc8f9a20111::ObjCTypesHelper
3892 auto description = builder.beginStruct(ObjCTypes.MethodDescriptionTy); in emitMethodDescriptionConstant()
3992 auto methodArray = values.beginArray(ObjCTypes.MethodDescriptionTy); in emitMethodList()
5881 MethodDescriptionTy = llvm::StructType::create( in ObjCTypesHelper()
5890 llvm::ArrayType::get(MethodDescriptionTy, 0)); in ObjCTypesHelper()