Lines Matching refs:enom
9380 for (const auto &enom : e->get_enumerators())
9381 o << " " << enom.get_name() << " = " << enom.get_value() << ",\n";
10500 /// @param enom the enum to consider.
10504 look_through_decl_only_enum(enum_type_decl_sptr enom)
10505 {return is_enum_type(look_through_decl_only(enom));}
18028 /// @param enom the enum to consider.
18031 /// enom.
18034 const enum_type_decl &enom)
18036 for (const auto &e : enom.get_enumerators())
18069 /// @param enom the enum to consider.
18075 /// @return true iff the function detects that @p enom contains
18079 const enum_type_decl &enom,
18083 for (const auto &e : enom.get_enumerators())
18102 /// @param enom the enum to consider.
18104 /// @return true iff @p enr is a redundant enumerator in enom.
18107 const enum_type_decl &enom)
18110 if (is_enumerator_value_present_in_enum(enr, enom, redundant_enrs))