Lines Matching refs:getCurScope
149 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__, in ParseExpressionWithLeadingExtension()
158 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseAssignmentExpression()
308 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get()); in ParseRHSOfBinaryExpression()
396 LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(), in ParseRHSOfBinaryExpression()
673 Res = Actions.ActOnNumericConstant(Tok, /*UDLScope*/getCurScope()); in ParseCastExpression()
772 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression()
774 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()
796 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()
816 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression()
827 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression()
852 Res = Actions.ActOnIdExpression(getCurScope(), ScopeSpec, TemplateKWLoc, in ParseCastExpression()
861 Res = Actions.ActOnCharacterConstant(Tok, /*UDLScope*/getCurScope()); in ParseCastExpression()
898 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
906 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
920 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
930 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
949 if (getCurScope()->getFnParent() == 0) in ParseCastExpression()
990 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression()
1227 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseCastExpression()
1292 Actions.CodeCompletePostfixExpression(getCurScope(), LHS); in ParsePostfixExpressionSuffix()
1340 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.take(), Loc, in ParsePostfixExpressionSuffix()
1390 ExprResult ECResult = Actions.ActOnCUDAExecConfigExpr(getCurScope(), in ParsePostfixExpressionSuffix()
1408 Actions.CodeCompleteCall(getCurScope(), LHS.get(), in ParsePostfixExpressionSuffix()
1433 LHS = Actions.ActOnCallExpr(getCurScope(), LHS.take(), Loc, in ParsePostfixExpressionSuffix()
1452 LHS = Actions.ActOnStartCXXMemberReference(getCurScope(), LHS.take(), in ParsePostfixExpressionSuffix()
1467 Actions.CodeCompleteMemberReferenceExpr(getCurScope(), LHS.get(), in ParsePostfixExpressionSuffix()
1509 LHS = Actions.ActOnMemberAccessExpr(getCurScope(), LHS.take(), OpLoc, in ParsePostfixExpressionSuffix()
1518 LHS = Actions.ActOnPostfixUnaryOp(getCurScope(), Tok.getLocation(), in ParsePostfixExpressionSuffix()
1664 return Actions.ActOnSizeofParameterPackExpr(getCurScope(), in ParseUnaryExprOrTypeTraitExpression()
1834 Res = Actions.ActOnBuiltinOffsetOf(getCurScope(), StartLoc, TypeLoc, in ParseBuiltinPrimaryExpression()
1947 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseParenExpression()
2016 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression()
2050 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2064 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2081 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2090 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
2103 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
2190 AllowUserDefinedLiteral ? getCurScope() : 0); in ParseStringLiteralExpression()
2321 (Actions.*Completer)(getCurScope(), Data, Exprs); in ParseExpressionList()
2323 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseExpressionList()
2357 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Type); in ParseBlockId()
2375 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()
2403 Actions.ActOnBlockStart(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2426 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2433 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
2466 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
2474 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2481 Result = Actions.ActOnBlockStmtExpr(CaretLoc, Stmt.take(), getCurScope()); in ParseBlockLiteralExpression()
2483 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()