Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp463 virtual llvm::Constant *GenerateEmptyProtocol(StringRef ProtocolName);
1246 llvm::Constant *GenerateEmptyProtocol(StringRef ProtocolName) override { in GenerateEmptyProtocol() function in __anon0fc3211f0111::CGObjCGNUstep2
2919 protocol = GenerateEmptyProtocol(*iter); in GenerateProtocolList()
2941 CGObjCGNU::GenerateEmptyProtocol(StringRef ProtocolName) { in GenerateEmptyProtocol() function in CGObjCGNU