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