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.h217 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()
1936 auto RuntimeProtocols = GetRuntimeProtocolList(classDecl->protocol_begin(), in GenerateClass()
3449 GetRuntimeProtocolList(RefPro.begin(), RefPro.end()); in GenerateCategoryProtocolList()
3723 GetRuntimeProtocolList(RefProtocols.begin(), RefProtocols.end()); in GenerateClass()
H A DCGObjCMac.cpp3160 auto PDs = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
7117 auto Protocols = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
H A DCGObjC.cpp466 CGObjCRuntime::GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin, in GetRuntimeProtocolList() function in CGObjCRuntime