Searched refs:ProtocolList (Results 1 – 3 of 3) sorted by relevance
298 typedef std::vector<ProtocolType> ProtocolList; typedef322 ProtocolList protocols_;
863 for (ProtocolList::const_iterator it = protocols_.begin(); in ProtocolEnabled()
1771 llvm::Constant *ProtocolList = GenerateProtocolList(EmptyStringVector); in GenerateEmptyProtocol() local1778 ProtocolList->getType(), in GenerateEmptyProtocol()1789 MakeConstantString(ProtocolName, ".objc_protocol_name"), ProtocolList, in GenerateEmptyProtocol()1842 llvm::Constant *ProtocolList = GenerateProtocolList(Protocols); in GenerateProtocol() local1930 ProtocolList->getType(), in GenerateProtocol()1943 MakeConstantString(ProtocolName, ".objc_protocol_name"), ProtocolList, in GenerateProtocol()