Lines Matching refs:getCurScope
94 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false, in CheckForTemplateAndDigraph()
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); in ParseOptionalCXXScopeSpecifier()
358 = Actions.ActOnDependentTemplateName(getCurScope(), in ParseOptionalCXXScopeSpecifier()
399 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), in ParseOptionalCXXScopeSpecifier()
434 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II, in ParseOptionalCXXScopeSpecifier()
463 getCurScope(), SS, Tok.getLocation(), II, ObjectType)) { in ParseOptionalCXXScopeSpecifier()
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc, in ParseOptionalCXXScopeSpecifier()
526 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS, in ParseOptionalCXXScopeSpecifier()
561 = Actions.ActOnDependentTemplateName(getCurScope(), in ParseOptionalCXXScopeSpecifier()
608 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name, in tryParseCXXIdExpression()
820 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
835 Actions.CodeCompleteObjCMessageReceiver(getCurScope()); in ParseLambdaIntroducer()
837 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
870 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
1307 Actions.ActOnStartOfLambdaDefinition(Intro, D, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1312 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1320 return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.get(), getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1322 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1565 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind, in ParseCXXPseudoDestructor()
1589 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind, in ParseCXXPseudoDestructor()
1622 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression()
1627 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
1642 Expr = Actions.ActOnCoyieldExpr(getCurScope(), Loc, Expr.get()); in ParseCoyieldExpression()
1672 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXTypeConstructExpression()
1695 Actions.CodeCompleteConstructor(getCurScope(), in ParseCXXTypeConstructExpression()
1743 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Condition); in ParseCXXCondition()
1767 return Actions.ActOnCondition(getCurScope(), Loc, Expr.get(), CK); in ParseCXXCondition()
1808 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition()
2043 TNK = Actions.ActOnDependentTemplateName(getCurScope(), SS, TemplateKWLoc, in ParseUnqualifiedIdTemplateId()
2050 TNK = Actions.isTemplateName(getCurScope(), SS, in ParseUnqualifiedIdTemplateId()
2074 TNK = Actions.ActOnDependentTemplateName(getCurScope(), in ParseUnqualifiedIdTemplateId()
2088 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(), in ParseUnqualifiedIdTemplateId()
2100 TNK = Actions.ActOnDependentTemplateName(getCurScope(), in ParseUnqualifiedIdTemplateId()
2107 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(), in ParseUnqualifiedIdTemplateId()
2307 Actions.CodeCompleteOperatorName(getCurScope()); in ParseUnqualifiedIdOperator()
2421 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D); in ParseUnqualifiedIdOperator()
2493 Actions.isCurrentClassName(*Id, getCurScope(), &SS)) { in ParseUnqualifiedId()
2495 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, false, in ParseUnqualifiedId()
2521 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) { in ParseUnqualifiedId()
2534 getCurScope(), &SS, false, false, nullptr, in ParseUnqualifiedId()
2633 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in ParseUnqualifiedId()
2651 ClassNameLoc, getCurScope(), in ParseUnqualifiedId()
2779 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), in ParseCXXNewExpression()
2781 Actions.CodeCompleteConstructor(getCurScope(), in ParseCXXNewExpression()
3203 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCXXAmbiguousParenExpression()
3217 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()