Home
last modified time | relevance | path

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

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