Home | History | Annotate | Download | only in Parse

Lines Matching defs:EnteringContext

1421   const bool EnteringContext = false;
1426 ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext))
1430 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1444 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1581 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) {
1598 bool Result = TryAnnotateTypeOrScopeToken(EnteringContext, NeedType);
1615 /*EnteringContext=*/false, nullptr,
1623 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) &&
1684 if (ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext))
1687 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedType,
1694 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext,
1760 /*ObjectType=*/nullptr, EnteringContext,
1806 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) {
1815 if (ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext))
1920 /*EnteringContext=*/false);