Home | History | Annotate | Download | only in Parse

Lines Matching refs:EnteringContext

1322   const bool EnteringContext = false;
1327 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1331 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1345 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1449 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) {
1465 /*EnteringContext=*/false,
1473 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) &&
1533 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1536 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedType,
1543 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext,
1592 EnteringContext,
1638 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) {
1646 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1756 /*EnteringContext=*/false);