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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp3410 bool AllowFixedUnderlyingType = AllowDeclaration && local
3418 ColonProtectionRAIIObject X(*this, AllowFixedUnderlyingType);
3437 !(AllowFixedUnderlyingType && Tok.is(tok::colon))) {
3470 if (AllowFixedUnderlyingType && Tok.is(tok::colon)) {

Completed in 164 milliseconds