Lines Matching defs:Conds
707 std::vector<std::string> Conds;
718 void addCond(std::string C) { Conds.push_back(std::move(C)); }
719 ArrayRef<std::string> getConds() const { return Conds; }
720 size_t getCondCount() const { return Conds.size(); }
796 if (Conds.size() != RHS.Conds.size())
800 for (const auto &str : Conds)
801 if (str != RHS.Conds[Idx++])
1093 std::string Conds;
1094 raw_string_ostream CondO(Conds);
1185 O.indent(2) << "static const AliasPatternCond Conds[] = {\n";
1186 O << Conds;
1214 O.indent(2) << " ArrayRef(Conds),\n";