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