Lines Matching defs:ProtocolPtrTy
190 /// ProtocolPtrTy - LLVM type for external protocol handles
510 /// ProtocolPtrTy - LLVM type for struct objc_protocol *.
511 llvm::PointerType *ProtocolPtrTy;
1029 /// defined. The return value has type ProtocolPtrTy.
1112 /// definition is seen. The return value has type ProtocolPtrTy.
1287 /// ProtocolPtrTy.
1293 /// definition is seen. The return value has type ProtocolPtrTy.
1470 /// ProtocolPtrTy.
1476 /// definition is seen. The return value has type ProtocolPtrTy.
3173 auto refsArray = values.beginArray(ObjCTypes.ProtocolPtrTy);
3180 refsArray.addNullPointer(ObjCTypes.ProtocolPtrTy);
5862 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);