Searched refs:scoped_enum_p (Results 1 – 4 of 4) sorted by relevance
14277 bool scoped_enum_p = false; in cp_parser_enum_specifier() local14310 scoped_enum_p = true; in cp_parser_enum_specifier()14411 if (cxx_dialect < cxx0x || (!scoped_enum_p && !underlying_type)) in cp_parser_enum_specifier()14421 if ((scoped_enum_p || underlying_type) in cp_parser_enum_specifier()14458 scoped_enum_p, &is_new_type); in cp_parser_enum_specifier()14492 if (scoped_enum_p) in cp_parser_enum_specifier()14524 if (scoped_enum_p) in cp_parser_enum_specifier()
12049 bool scoped_enum_p, bool *is_new) in start_enum() argument12060 if (!underlying_type && scoped_enum_p) in start_enum()12078 if (scoped_enum_p != SCOPED_ENUM_P (enumtype)) in start_enum()12155 SET_SCOPED_ENUM_P (enumtype, scoped_enum_p); in start_enum()
18012 bool scoped_enum_p = false; in cp_parser_enum_specifier() local18045 scoped_enum_p = true; in cp_parser_enum_specifier()18112 if (scoped_enum_p) in cp_parser_enum_specifier()18156 if (cxx_dialect < cxx11 || (!scoped_enum_p && !underlying_type)) in cp_parser_enum_specifier()18166 if ((scoped_enum_p || underlying_type) in cp_parser_enum_specifier()18203 attributes, scoped_enum_p, &is_new_type); in cp_parser_enum_specifier()18266 if (scoped_enum_p) in cp_parser_enum_specifier()18296 if (is_unnamed && !scoped_enum_p) in cp_parser_enum_specifier()18306 if (scoped_enum_p) in cp_parser_enum_specifier()
14204 tree attributes, bool scoped_enum_p, bool *is_new) in start_enum() argument14215 if (!underlying_type && scoped_enum_p) in start_enum()14233 if (scoped_enum_p != SCOPED_ENUM_P (enumtype)) in start_enum()14316 SET_SCOPED_ENUM_P (enumtype, scoped_enum_p); in start_enum()