Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

90   if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
161 if (Actions.ActOnCXXGlobalScopeSpecifier(getCurScope(), ConsumeToken(), SS))
206 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
269 = Actions.ActOnDependentTemplateName(getCurScope(),
308 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
344 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
362 !Actions.isNonTypeNestedNameSpecifier(getCurScope(), SS, Tok.getLocation(),
376 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
392 if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
427 = Actions.ActOnDependentTemplateName(getCurScope(),
524 return Actions.ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Name,
646 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
661 Actions.CodeCompleteObjCMessageReceiver(getCurScope());
663 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
686 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
882 Actions.ActOnStartOfLambdaDefinition(Intro, D, getCurScope());
887 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
895 return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.take(), getCurScope());
897 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
1133 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc,
1158 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base,
1193 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, 0);
1198 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.take());
1228 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1301 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Condition);
1316 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprOut.get());
1344 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(),
1616 TNK = Actions.ActOnDependentTemplateName(getCurScope(), SS, TemplateKWLoc,
1623 TNK = Actions.isTemplateName(getCurScope(), SS,
1647 TNK = Actions.ActOnDependentTemplateName(getCurScope(),
1661 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(),
1673 TNK = Actions.ActOnDependentTemplateName(getCurScope(),
1680 TNK = Actions.isTemplateName(getCurScope(), SS, TemplateKWLoc.isValid(),
1880 Actions.CodeCompleteOperatorName(getCurScope());
1988 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), D);
2060 Actions.isCurrentClassName(*Id, getCurScope(), &SS)) {
2062 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(),
2089 Actions.isCurrentClassName(*TemplateId->Name, getCurScope(), &SS)) {
2102 getCurScope(),
2189 ClassNameLoc, getCurScope(),
2828 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(),