Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h216 GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin,
H A DCGObjCGNU.cpp1193 auto RuntimeProtocols = GetRuntimeProtocolList(ReferencedProtocols.begin(), in GenerateCategoryProtocolList()
1381 GetRuntimeProtocolList(PD->protocol_begin(), PD->protocol_end()); in GenerateProtocolRef()
1922 auto RuntimeProtocols = GetRuntimeProtocolList(classDecl->protocol_begin(), in GenerateClass()
3247 GetRuntimeProtocolList(RefPro.begin(), RefPro.end()); in GenerateCategoryProtocolList()
3524 GetRuntimeProtocolList(RefProtocols.begin(), RefProtocols.end()); in GenerateClass()
H A DCGObjCMac.cpp3222 auto PDs = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
7180 auto Protocols = GetRuntimeProtocolList(begin, end); in EmitProtocolList()
H A DCGObjC.cpp464 CGObjCRuntime::GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin, in GetRuntimeProtocolList() function in CGObjCRuntime