Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h217 GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin,
H A DCGObjCGNU.cpp1212 auto RuntimeProtocols = GetRuntimeProtocolList(ReferencedProtocols.begin(), in GenerateCategoryProtocolList()
1400 GetRuntimeProtocolList(PD->protocol_begin(), PD->protocol_end()); in GenerateProtocolRef()
1938 auto RuntimeProtocols = GetRuntimeProtocolList(classDecl->protocol_begin(), in GenerateClass()
3450 GetRuntimeProtocolList(RefPro.begin(), RefPro.end()); in GenerateCategoryProtocolList()
3724 GetRuntimeProtocolList(RefProtocols.begin(), RefProtocols.end()); in GenerateClass()
H A DCGObjCMac.cpp3153 auto PDs = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
7111 auto Protocols = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
H A DCGObjC.cpp466 CGObjCRuntime::GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin, in GetRuntimeProtocolList() function in CGObjCRuntime