Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp418 llvm::Constant *GenerateEmptyProtocol(const std::string &ProtocolName);
1740 protocol = GenerateEmptyProtocol(*iter); in GenerateProtocolList()
1766 llvm::Constant *CGObjCGNU::GenerateEmptyProtocol( in GenerateEmptyProtocol() function in CGObjCGNU