Lines Matching defs:Protocols
1133 llvm::json::Array Protocols;
1135 Protocols.push_back(createBareDeclRef(P));
1136 if (!Protocols.empty())
1137 JOS.attribute("protocols", std::move(Protocols));
1149 llvm::json::Array Protocols;
1151 Protocols.push_back(createBareDeclRef(P));
1152 if (!Protocols.empty())
1153 JOS.attribute("protocols", std::move(Protocols));
1161 llvm::json::Array Protocols;
1163 Protocols.push_back(createBareDeclRef(P));
1164 if (!Protocols.empty())
1165 JOS.attribute("protocols", std::move(Protocols));