Home
last modified time | relevance | path

Searched refs:GetRuntimeProtocolList (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h202 GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin,
H A DCGObjCGNU.cpp1211 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()
H A DCGObjCMac.cpp3066 auto PDs = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
7036 auto Protocols = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
H A DCGObjC.cpp466 CGObjCRuntime::GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin, in GetRuntimeProtocolList() function in CGObjCRuntime