Searched refs:ProtocolListTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1709 llvm::StructType *ProtocolListTy = llvm::StructType::get( local
1735 return MakeGlobal(ProtocolListTy, Elements, CGM.getPointerAlign(),
1959 llvm::StructType *ProtocolListTy = llvm::StructType::get( local
1979 Elements.push_back(llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolListTy,
H A DCGObjCMac.cpp521 /// ProtocolListTy - LLVM type for struct objc_property_list.
522 llvm::StructType *ProtocolListTy; member in class:__anon3801::ObjCTypesHelper
5274 ProtocolListTy =
5276 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy),
5289 llvm::PointerType::getUnqual(ProtocolListTy),
5295 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy);

Completed in 135 milliseconds