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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp511 /// ProtocolExtensionTy - LLVM type for struct
513 llvm::StructType *ProtocolExtensionTy; member in class:__anon17846::ObjCTypesHelper
514 /// ProtocolExtensionTy - LLVM type for struct
2699 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.ProtocolExtensionTy);
2721 llvm::ConstantStruct::get(ObjCTypes.ProtocolExtensionTy, Values);
5134 ProtocolExtensionTy =
5141 ProtocolExtensionPtrTy = llvm::PointerType::getUnqual(ProtocolExtensionTy);

Completed in 295 milliseconds