HomeSort by: relevance | last modified time | path
    Searched refs:GetRuntimeProtocolList (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.h 216 GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin,
CGObjCGNU.cpp 1193 auto RuntimeProtocols = GetRuntimeProtocolList(ReferencedProtocols.begin(),
1381 GetRuntimeProtocolList(PD->protocol_begin(), PD->protocol_end());
1922 auto RuntimeProtocols = GetRuntimeProtocolList(classDecl->protocol_begin(),
3247 GetRuntimeProtocolList(RefPro.begin(), RefPro.end());
3524 GetRuntimeProtocolList(RefProtocols.begin(), RefProtocols.end());
CGObjC.cpp 464 CGObjCRuntime::GetRuntimeProtocolList(ObjCProtocolDecl::protocol_iterator begin,
CGObjCMac.cpp 3222 auto PDs = GetRuntimeProtocolList(begin, end);
7180 auto Protocols = GetRuntimeProtocolList(begin, end);

Completed in 93 milliseconds