Home | History | Annotate | Download | only in Parse

Lines Matching refs:EnteringContext

77                                         bool EnteringContext,
91 TemplateName, ObjectType, EnteringContext,
161 /// \param EnteringContext whether we will be entering into the context of
177 bool EnteringContext,
247 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
279 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
312 ObjectType, EnteringContext,
357 EnteringContext)) {
387 EnteringContext) &&
419 ObjectType, EnteringContext, SS))
425 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS);
438 EnteringContext,
472 EnteringContext, Template)) {
548 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
553 /*EnteringContext=*/false,
1616 /// \param EnteringContext whether we're entering the scope of the
1634 bool EnteringContext,
1649 Id, ObjectType, EnteringContext,
1657 ObjectType, EnteringContext, Template,
1681 ObjectType, EnteringContext,
1695 EnteringContext, Template,
1707 ObjectType, EnteringContext,
1714 EnteringContext, Template,
1827 /// \param EnteringContext whether we are entering the scope of the
1836 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
2051 /// \param EnteringContext whether we are entering the scope of the
2064 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext,
2112 EnteringContext, ObjectType,
2166 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, Result))
2179 EnteringContext, ObjectType,
2219 EnteringContext, ObjectType,
2227 EnteringContext);