Lines Matching defs:Protocol
191 /// (typeof(Protocol))
2969 LazySymbols.insert(&CGM.getContext().Idents.get("Protocol"));
3038 LazySymbols.insert(&CGM.getContext().Idents.get("Protocol"));
3152 Protocol *list[];
5820 // Protocol description structures
5838 // Handle recursive construction of Protocol and ProtocolList types
6743 // Protocol methods have no implementation. So, this entry is always NULL.
6977 llvm::SmallString<64> Protocol;
6978 llvm::raw_svector_ostream(Protocol) << "_OBJC_PROTOCOL_$_"
6983 nullptr, Protocol);
6985 Entry->setComdat(CGM.getModule().getOrInsertComdat(Protocol));