Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ProtocolName

356   llvm::Constant *GenerateEmptyProtocol(const std::string &ProtocolName);
1519 const std::string &ProtocolName) {
1541 Elements.push_back(MakeConstantString(ProtocolName, ".objc_protocol_name"));
1552 std::string ProtocolName = PD->getNameAsString();
1706 Elements.push_back(MakeConstantString(ProtocolName, ".objc_protocol_name"));
1714 ExistingProtocols[ProtocolName] =