• Home
  • Raw
  • Download

Lines Matching refs:getCurScope

90   if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,  in CheckForTemplateAndDigraph()
200 if (Actions.ActOnCXXGlobalScopeSpecifier(getCurScope(), ConsumeToken(), SS)) in ParseOptionalCXXScopeSpecifier()
247 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); in ParseOptionalCXXScopeSpecifier()
310 = Actions.ActOnDependentTemplateName(getCurScope(), in ParseOptionalCXXScopeSpecifier()
348 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), in ParseOptionalCXXScopeSpecifier()
384 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II, in ParseOptionalCXXScopeSpecifier()
402 !Actions.isNonTypeNestedNameSpecifier(getCurScope(), SS, Tok.getLocation(), in ParseOptionalCXXScopeSpecifier()
418 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc, in ParseOptionalCXXScopeSpecifier()
434 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS, in ParseOptionalCXXScopeSpecifier()
469 = Actions.ActOnDependentTemplateName(getCurScope(), in ParseOptionalCXXScopeSpecifier()
566 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name, in ParseCXXIdExpression()
694 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
709 Actions.CodeCompleteObjCMessageReceiver(getCurScope()); in ParseLambdaIntroducer()
711 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
734 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, in ParseLambdaIntroducer()
936 Actions.ActOnStartOfLambdaDefinition(Intro, D, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
941 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
949 return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.take(), getCurScope()); in ParseLambdaExpressionAfterIntroducer()
951 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope()); in ParseLambdaExpressionAfterIntroducer()
1194 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, in ParseCXXPseudoDestructor()
1219 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, in ParseCXXPseudoDestructor()
1254 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, 0); in ParseThrowExpression()
1259 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.take()); in ParseThrowExpression()
1289 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get(); in ParseCXXTypeConstructExpression()
1360 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Condition); in ParseCXXCondition()
1380 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprOut.get()); in ParseCXXCondition()
1409 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition()
1648 TNK = Actions.ActOnDependentTemplateName(getCurScope(), SS, TemplateKWLoc, in ParseUnqualifiedIdTemplateId()
1655 TNK = Actions.isTemplateName(getCurScope(), SS, in ParseUnqualifiedIdTemplateId()
1679 TNK = Actions.ActOnDependentTemplateName(getCurScope(), in ParseUnqualifiedIdTemplateId()
1693 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(), in ParseUnqualifiedIdTemplateId()
1705 TNK = Actions.ActOnDependentTemplateName(getCurScope(), in ParseUnqualifiedIdTemplateId()
1712 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(), in ParseUnqualifiedIdTemplateId()
1911 Actions.CodeCompleteOperatorName(getCurScope()); in ParseUnqualifiedIdOperator()
2024 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D); in ParseUnqualifiedIdOperator()
2096 Actions.isCurrentClassName(*Id, getCurScope(), &SS)) { in ParseUnqualifiedId()
2098 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(), in ParseUnqualifiedId()
2125 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) { in ParseUnqualifiedId()
2138 getCurScope(), in ParseUnqualifiedId()
2225 ClassNameLoc, getCurScope(), in ParseUnqualifiedId()
2869 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()