Home | History | Annotate | Download | only in Parse

Lines Matching defs:EnteringContext

1327   const bool EnteringContext = false;
1332 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1336 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1350 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1484 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) {
1500 bool Result = TryAnnotateTypeOrScopeToken(EnteringContext, NeedType);
1517 /*EnteringContext=*/false,
1525 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) &&
1586 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1589 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedType,
1596 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext,
1646 EnteringContext,
1692 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) {
1700 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1810 /*EnteringContext=*/false);