Lines Matching defs:Protocols
1137 llvm::json::Array Protocols;
1139 Protocols.push_back(createBareDeclRef(P));
1140 if (!Protocols.empty())
1141 JOS.attribute("protocols", std::move(Protocols));
1153 llvm::json::Array Protocols;
1155 Protocols.push_back(createBareDeclRef(P));
1156 if (!Protocols.empty())
1157 JOS.attribute("protocols", std::move(Protocols));
1165 llvm::json::Array Protocols;
1167 Protocols.push_back(createBareDeclRef(P));
1168 if (!Protocols.empty())
1169 JOS.attribute("protocols", std::move(Protocols));