Home
last modified time | relevance | path

Searched refs:AllowFixedUnderlyingType (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3637 bool AllowFixedUnderlyingType = AllowDeclaration && in ParseEnumSpecifier() local
3645 ColonProtectionRAIIObject X(*this, AllowFixedUnderlyingType); in ParseEnumSpecifier()
3664 !(AllowFixedUnderlyingType && Tok.is(tok::colon))) { in ParseEnumSpecifier()
3697 if (AllowFixedUnderlyingType && Tok.is(tok::colon)) { in ParseEnumSpecifier()