Home | History | Annotate | Download | only in Parse

Lines Matching refs:EnteringContext

1251 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) {
1266 /*EnteringContext=*/false,
1322 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1370 EnteringContext,
1431 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) {
1439 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1561 /*EnteringContext=*/false);