Home | History | Annotate | Download | only in Parse

Lines Matching defs:EnteringContext

2354                             /*EnteringContext*/ false, DSC_normal, Attrs);
2552 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level);
2557 TryAnnotateCXXScopeToken(EnteringContext)) {
2686 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level);
2781 if (TryAnnotateCXXScopeToken(EnteringContext)) {
2981 if (TryAnnotateCXXScopeToken(EnteringContext)) {
3414 EnteringContext, DSContext, Attributes);
3872 /*EnteringContext=*/true))
4660 /*EnteringContext=*/true)) {
5003 bool EnteringContext = D.getContext() == Declarator::FileContext ||
5006 ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext);
5221 bool EnteringContext = D.getContext() == Declarator::FileContext ||
5224 EnteringContext);
5283 /*EnteringContext=*/true,