Searched refs:AllowFixedUnderlyingType (Results 1 – 1 of 1) sorted by relevance
3860 bool AllowFixedUnderlyingType = AllowDeclaration && in ParseEnumSpecifier() local3868 ColonProtectionRAIIObject X(*this, AllowFixedUnderlyingType); in ParseEnumSpecifier()3890 !(AllowFixedUnderlyingType && Tok.is(tok::colon))) { in ParseEnumSpecifier()3923 if (AllowFixedUnderlyingType && Tok.is(tok::colon)) { in ParseEnumSpecifier()