Home
last modified time | relevance | path

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

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