Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.h217 GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin,
HDCGObjCGNU.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()
HDCGObjCMac.cpp3160 auto PDs = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
7117 auto Protocols = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
HDCGObjC.cpp466 CGObjCRuntime::GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin, in GetRuntimeProtocolList() function in CGObjCRuntime