Lines Matching refs:enums
2226 cerr << "resolving declaration only enums ...";
4134 /// Getter for the map of declaration-only enums that are to be
4135 /// resolved to their definition enums by the end of the corpus
4138 /// @return a map of string -> vector of enums where the key is
4145 /// Getter for the map of declaration-only enums that are to be
4146 /// resolved to their definition enums by the end of the corpus
4149 /// @return a map of string -> vector of enums where the key is
4194 /// Walk the declaration-only enums that have been found during
4250 // So get the enums that might define the current
4252 const type_base_wptrs_type *enums =
4254 if (!enums)
4264 for (type_base_wptrs_type::const_iterator c = enums->begin();
4265 c != enums->end();
8821 /// Typically, anonymous enums would be named
12201 /// that the function knows how to name anonymous enums.
12272 // TODO: for anonymous enums, maybe have a map of loc -> enums so that
12280 // for now we consider that underlying types of enums are all anonymous
14988 /// structs and enums, unlike the overload below: