Lines Matching defs:Conds
706 std::vector<std::string> Conds;
717 void addCond(std::string C) { Conds.push_back(std::move(C)); }
718 ArrayRef<std::string> getConds() const { return Conds; }
719 size_t getCondCount() const { return Conds.size(); }
795 if (Conds.size() != RHS.Conds.size())
799 for (const auto &str : Conds)
800 if (str != RHS.Conds[Idx++])
1095 std::string Conds;
1096 raw_string_ostream CondO(Conds);
1187 O.indent(2) << "static const AliasPatternCond Conds[] = {\n";
1188 O << Conds;
1216 O.indent(2) << " ArrayRef(Conds),\n";