Home | History | Annotate | Download | only in Parse

Lines Matching refs:EnteringContext

77                                         bool EnteringContext,
91 TemplateName, ObjectType, EnteringContext,
122 /// \param EnteringContext whether we will be entering into the context of
138 bool EnteringContext,
206 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
238 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
271 ObjectType, EnteringContext,
317 EnteringContext)) {
347 EnteringContext) &&
377 ObjectType, EnteringContext, SS))
383 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS);
396 EnteringContext,
430 EnteringContext, Template)) {
506 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
511 /*EnteringContext=*/false,
1584 /// \param EnteringContext whether we're entering the scope of the
1602 bool EnteringContext,
1617 Id, ObjectType, EnteringContext,
1625 ObjectType, EnteringContext, Template,
1649 ObjectType, EnteringContext,
1663 EnteringContext, Template,
1675 ObjectType, EnteringContext,
1682 EnteringContext, Template,
1796 /// \param EnteringContext whether we are entering the scope of the
1805 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
2015 /// \param EnteringContext whether we are entering the scope of the
2028 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext,
2076 EnteringContext, ObjectType,
2130 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, Result))
2143 EnteringContext, ObjectType,
2183 EnteringContext, ObjectType,
2191 EnteringContext);