Lines Matching defs:enumerators
17813 enumerators enumerators_;
17821 enumerators& enumerators)
17823 enumerators_(enumerators)
17835 /// @param enums the enumerators of this enum type.
17843 enumerators& enums,
17858 for (enumerators::iterator e = get_enumerators().begin();
17869 /// @return the list of enumerators of the enum.
17870 const enum_type_decl::enumerators&
17874 /// @return the list of enumerators of the enum.
17875 enum_type_decl::enumerators&
17966 enum_type_decl::enumerators::const_iterator i, j;
18042 /// Check if two enumerators values are equal.
18044 /// This function doesn't check if the names of the enumerators are
18059 /// This function looks inside the enumerators of a given enum and
18065 /// enumerators that are redundant with the value we are looking at.
18072 /// vector is filled with enumerators that are redundant with the
18076 /// enumerators with the same value as @p enr.
18201 // Now compare the enumerators. Note that the order of declaration
18202 // of enumerators should not matter in the comparison.