Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp454 virtual llvm::Constant *GenerateEmptyProtocol(StringRef ProtocolName);
1298 llvm::Constant *GenerateEmptyProtocol(StringRef ProtocolName) override { in GenerateEmptyProtocol() function in __anon119c321b0111::CGObjCGNUstep2
3035 protocol = GenerateEmptyProtocol(*iter); in GenerateProtocolList()
3063 CGObjCGNU::GenerateEmptyProtocol(StringRef ProtocolName) { in GenerateEmptyProtocol() function in CGObjCGNU