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

/external/clang/lib/Parse/
H A DParseDecl.cpp3496 bool AllowFixedUnderlyingType = AllowDeclaration && local
3504 ColonProtectionRAIIObject X(*this, AllowFixedUnderlyingType);
3523 !(AllowFixedUnderlyingType && Tok.is(tok::colon))) {
3556 if (AllowFixedUnderlyingType && Tok.is(tok::colon)) {

Completed in 461 milliseconds