Lines Matching refs:getCurScope

96   if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,  in CheckForTemplateAndDigraph()
240 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext, in ParseOptionalCXXScopeSpecifier()
321 getCurScope(), SS, TemplateKWLoc, TemplateName, ObjectType, in ParseOptionalCXXScopeSpecifier()
359 Actions.ActOnCXXNestedNameSpecifier(getCurScope(), in ParseOptionalCXXScopeSpecifier()
396 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, IdInfo, in ParseOptionalCXXScopeSpecifier()
456 getCurScope(), IdInfo, EnteringContext, SS, false, in ParseOptionalCXXScopeSpecifier()
483 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS, in ParseOptionalCXXScopeSpecifier()
533 getCurScope(), SS, TemplateNameLoc, TemplateName, ObjectType, in ParseOptionalCXXScopeSpecifier()
567 E = Actions.ActOnNameClassifiedAsNonType(getCurScope(), SS, ND, Loc, Tok); in tryParseCXXIdExpression()
611 getCurScope(), SS, TemplateKWLoc, Name, Tok.is(tok::l_paren), in tryParseCXXIdExpression()
880 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
897 Actions.CodeCompleteObjCMessageReceiver(getCurScope()); in ParseLambdaIntroducer()
899 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
946 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
1282 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1507 Actions.ActOnStartOfLambdaDefinition(Intro, D, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1512 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1521 return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.get(), getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1523 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1783 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind, in ParseCXXPseudoDestructor()
1813 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind, in ParseCXXPseudoDestructor()
1846 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression()
1851 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
1866 Expr = Actions.ActOnCoyieldExpr(getCurScope(), Loc, Expr.get()); in ParseCoyieldExpression()
1897 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXTypeConstructExpression()
1925 getCurScope(), TypeRep.get()->getCanonicalTypeInternal(), in ParseCXXTypeConstructExpression()
1991 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Condition); in ParseCXXCondition()
2038 return Actions.ActOnCondition(getCurScope(), Loc, Expr.get(), CK); in ParseCXXCondition()
2089 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition()
2349 TNK = Actions.ActOnTemplateName(getCurScope(), SS, TemplateKWLoc, Id, in ParseUnqualifiedIdTemplateId()
2354 TNK = Actions.isTemplateName(getCurScope(), SS, in ParseUnqualifiedIdTemplateId()
2389 getCurScope(), SS, TemplateKWLoc, Id, ObjectType, EnteringContext, in ParseUnqualifiedIdTemplateId()
2401 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(), in ParseUnqualifiedIdTemplateId()
2416 getCurScope(), SS, TemplateKWLoc, TemplateName, ObjectType, in ParseUnqualifiedIdTemplateId()
2419 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(), in ParseUnqualifiedIdTemplateId()
2476 getCurScope(), SS, TemplateKWLoc, Template, Name, NameLoc, LAngleLoc, in ParseUnqualifiedIdTemplateId()
2604 Actions.CodeCompleteOperatorName(getCurScope()); in ParseUnqualifiedIdOperator()
2718 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D); in ParseUnqualifiedIdOperator()
2805 Actions.isCurrentClassName(*Id, getCurScope(), &SS)) { in ParseUnqualifiedId()
2807 ParsedType Ty = Actions.getConstructorName(*Id, IdLoc, getCurScope(), SS, in ParseUnqualifiedId()
2814 Actions.isDeductionGuideName(getCurScope(), *Id, IdLoc, in ParseUnqualifiedId()
2832 getCurScope(), SS, *TemplateKWLoc, Result, ObjectType, in ParseUnqualifiedId()
2854 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) { in ParseUnqualifiedId()
2866 *TemplateId->Name, TemplateId->TemplateNameLoc, getCurScope(), SS, in ParseUnqualifiedId()
2918 getCurScope(), SS, *TemplateKWLoc, Result, ObjectType, in ParseUnqualifiedId()
2998 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in ParseUnqualifiedId()
3016 ClassNameLoc, getCurScope(), in ParseUnqualifiedId()
3145 Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXNewExpression()
3152 getCurScope(), TypeRep.get()->getCanonicalTypeInternal(), in ParseCXXNewExpression()
3419 RequiresKWLoc, LocalParameterDecls, getCurScope()); in ParseRequiresExpression()
3942 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCXXAmbiguousParenExpression()
3956 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()