Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp454 virtual llvm::Constant *GenerateEmptyProtocol(StringRef ProtocolName);
1300 llvm::Constant *GenerateEmptyProtocol(StringRef ProtocolName) override { in GenerateEmptyProtocol() function in __anon90b381c40111::CGObjCGNUstep2
3038 protocol = GenerateEmptyProtocol(*iter); in GenerateProtocolList()
3066 CGObjCGNU::GenerateEmptyProtocol(StringRef ProtocolName) { in GenerateEmptyProtocol() function in CGObjCGNU