Searched refs:GetRuntimeProtocolList (Results 1 – 4 of 4) sorted by relevance
202 GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin,
1211 auto RuntimeProtocols = GetRuntimeProtocolList(ReferencedProtocols.begin(), in GenerateCategoryProtocolList()1399 GetRuntimeProtocolList(PD->protocol_begin(), PD->protocol_end()); in GenerateProtocolRef()1946 GetRuntimeProtocolList(classDecl->all_referenced_protocol_begin(), in GenerateClass()3541 GetRuntimeProtocolList(RefPro.begin(), RefPro.end()); in GenerateCategoryProtocolList()3816 GetRuntimeProtocolList(RefProtocols.begin(), RefProtocols.end()); in GenerateClass()
3066 auto PDs = GetRuntimeProtocolList(begin, end); in EmitProtocolList()7036 auto Protocols = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
466 CGObjCRuntime::GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin, in GetRuntimeProtocolList() function in CGObjCRuntime