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,
858 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());
1589 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1612 Actions.CodeCompleteConstructor(getCurScope(),
1664 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Condition);
1684 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprOut.get());
1713 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(),
1956 TNK = Actions.ActOnDependentTemplateName(getCurScope(), SS, TemplateKWLoc,
1963 TNK = Actions.isTemplateName(getCurScope(), SS,
1987 TNK = Actions.ActOnDependentTemplateName(getCurScope(),
2001 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(),
2013 TNK = Actions.ActOnDependentTemplateName(getCurScope(),
2020 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(),
2220 Actions.CodeCompleteOperatorName(getCurScope());
2334 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D);
2406 Actions.isCurrentClassName(*Id, getCurScope(), &SS)) {
2408 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(),
2435 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) {
2448 getCurScope(),
2549 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
2567 ClassNameLoc, getCurScope(),
2695 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(),
2697 Actions.CodeCompleteConstructor(getCurScope(),
3108 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
3122 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(),