Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProtocolListTy

519   /// ProtocolListTy - LLVM type for struct objc_property_list.
520 llvm::StructType *ProtocolListTy;
5168 ProtocolListTy =
5170 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy),
5183 llvm::PointerType::getUnqual(ProtocolListTy),
5189 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy);