Lines Matching refs:getCurScope
150 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__, in ParseExpressionWithLeadingExtension()
159 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseAssignmentExpression()
347 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get()); in ParseRHSOfBinaryExpression()
447 LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(), in ParseRHSOfBinaryExpression()
746 Res = Actions.ActOnNumericConstant(Tok, /*UDLScope*/getCurScope()); in ParseCastExpression()
884 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression()
886 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()
908 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()
928 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression()
940 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), in ParseCastExpression()
974 getCurScope(), ScopeSpec, TemplateKWLoc, Name, Tok.is(tok::l_paren), in ParseCastExpression()
990 Res = Actions.ActOnCharacterConstant(Tok, /*UDLScope*/getCurScope()); in ParseCastExpression()
1043 Res = Actions.ActOnUnaryOp(getCurScope(), SavedTok.getLocation(), in ParseCastExpression()
1052 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
1066 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
1074 Res = Actions.ActOnCoawaitExpr(getCurScope(), CoawaitLoc, Res.get()); in ParseCastExpression()
1084 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
1105 if (getCurScope()->getFnParent() == nullptr) in ParseCastExpression()
1147 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseCastExpression()
1334 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseCastExpression()
1414 Actions.CodeCompletePostfixExpression(getCurScope(), LHS); in ParsePostfixExpressionSuffix()
1484 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.get(), Loc, in ParsePostfixExpressionSuffix()
1543 ExprResult ECResult = Actions.ActOnCUDAExecConfigExpr(getCurScope(), in ParsePostfixExpressionSuffix()
1561 Actions.CodeCompleteCall(getCurScope(), LHS.get(), None); in ParsePostfixExpressionSuffix()
1569 Actions.CodeCompleteCall(getCurScope(), LHS.get(), ArgExprs); in ParsePostfixExpressionSuffix()
1602 LHS = Actions.ActOnCallExpr(getCurScope(), LHS.get(), Loc, in ParsePostfixExpressionSuffix()
1632 LHS = Actions.ActOnStartCXXMemberReference(getCurScope(), Base, in ParsePostfixExpressionSuffix()
1647 Actions.CodeCompleteMemberReferenceExpr(getCurScope(), LHS.get(), in ParsePostfixExpressionSuffix()
1692 LHS = Actions.ActOnMemberAccessExpr(getCurScope(), LHS.get(), OpLoc, in ParsePostfixExpressionSuffix()
1701 LHS = Actions.ActOnPostfixUnaryOp(getCurScope(), Tok.getLocation(), in ParsePostfixExpressionSuffix()
1872 return Actions.ActOnSizeofParameterPackExpr(getCurScope(), in ParseUnaryExprOrTypeTraitExpression()
2047 Res = Actions.ActOnBuiltinOffsetOf(getCurScope(), StartLoc, TypeLoc, in ParseBuiltinPrimaryExpression()
2199 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseParenExpression()
2229 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
2287 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression()
2322 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2337 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2354 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseParenExpression()
2363 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
2376 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
2481 AllowUserDefinedLiteral ? getCurScope() in ParseStringLiteralExpression()
2664 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); in ParseExpressionList()
2735 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Type); in ParseBlockId()
2750 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()
2778 Actions.ActOnBlockStart(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2801 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2808 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
2843 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
2851 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2858 Result = Actions.ActOnBlockStmtExpr(CaretLoc, Stmt.get(), getCurScope()); in ParseBlockLiteralExpression()
2860 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()