Lines Matching defs:ProtocolPtrTy
188 /// ProtocolPtrTy - LLVM type for external protocol handles
507 /// ProtocolPtrTy - LLVM type for struct objc_protocol *.
508 llvm::PointerType *ProtocolPtrTy;
1026 /// defined. The return value has type ProtocolPtrTy.
1109 /// definition is seen. The return value has type ProtocolPtrTy.
1284 /// ProtocolPtrTy.
1290 /// definition is seen. The return value has type ProtocolPtrTy.
1467 /// ProtocolPtrTy.
1473 /// definition is seen. The return value has type ProtocolPtrTy.
3169 auto refsArray = values.beginArray(ObjCTypes.ProtocolPtrTy);
3176 refsArray.addNullPointer(ObjCTypes.ProtocolPtrTy);
5857 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);