Home | History | Annotate | Download | only in Parse

Lines Matching defs:EnteringContext

81                                         bool EnteringContext,
95 TemplateName, ObjectType, EnteringContext,
168 /// \param EnteringContext whether we will be entering into the context of
189 bool EnteringContext,
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
327 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
360 ObjectType, EnteringContext,
408 EnteringContext)) {
437 EnteringContext) &&
500 ObjectType, EnteringContext, SS,
517 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS);
530 EnteringContext,
564 EnteringContext, Template)) {
597 /*EnteringContext=*/false,
662 ParseOptionalCXXScopeSpecifier(SS, nullptr, /*EnteringContext=*/false);
2011 /// \param EnteringContext whether we're entering the scope of the
2029 bool EnteringContext,
2044 Id, ObjectType, EnteringContext,
2052 ObjectType, EnteringContext, Template,
2076 ObjectType, EnteringContext,
2090 EnteringContext, Template,
2102 ObjectType, EnteringContext,
2109 EnteringContext, Template,
2223 /// \param EnteringContext whether we are entering the scope of the
2232 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
2448 /// \param EnteringContext whether we are entering the scope of the
2461 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext,
2508 EnteringContext, ObjectType,
2560 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, Result))
2573 EnteringContext, ObjectType,
2617 if (ParseOptionalCXXScopeSpecifier(SS, ObjectType, EnteringContext))
2645 EnteringContext, ObjectType,
2653 EnteringContext);