Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

94   if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
358 = Actions.ActOnDependentTemplateName(getCurScope(),
399 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
434 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
463 getCurScope(), SS, Tok.getLocation(), II, ObjectType)) {
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
526 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
561 = Actions.ActOnDependentTemplateName(getCurScope(),
608 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name,
817 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
832 Actions.CodeCompleteObjCMessageReceiver(getCurScope());
834 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
859 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
1239 Actions.ActOnStartOfLambdaDefinition(Intro, D, getCurScope());
1244 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
1252 return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.get(), getCurScope());
1254 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
1497 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind,
1521 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind,
1554 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr);
1559 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get());
1574 Expr = Actions.ActOnCoyieldExpr(getCurScope(), Loc, Expr.get());
1604 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1627 Actions.CodeCompleteConstructor(getCurScope(),
1679 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Condition);
1699 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprOut.get());
1728 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(),
1964 TNK = Actions.ActOnDependentTemplateName(getCurScope(), SS, TemplateKWLoc,
1971 TNK = Actions.isTemplateName(getCurScope(), SS,
1995 TNK = Actions.ActOnDependentTemplateName(getCurScope(),
2009 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(),
2021 TNK = Actions.ActOnDependentTemplateName(getCurScope(),
2028 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(),
2228 Actions.CodeCompleteOperatorName(getCurScope());
2342 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D);
2414 Actions.isCurrentClassName(*Id, getCurScope(), &SS)) {
2416 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(),
2443 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) {
2456 getCurScope(),
2557 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
2575 ClassNameLoc, getCurScope(),
2703 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(),
2705 Actions.CodeCompleteConstructor(getCurScope(),
3116 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
3130 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(),