Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

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