Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

208     LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
217 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
344 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get());
432 LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(),
703 Res = Actions.ActOnNumericConstant(Tok, /*UDLScope*/getCurScope());
755 (Actions.getTypeName(II, ILoc, getCurScope()) ||
757 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
779 getCurScope()->isInObjcMethodScope() &&
799 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
810 TypeResult Ty = Actions.ActOnTypeName(getCurScope(),
835 Res = Actions.ActOnIdExpression(getCurScope(), ScopeSpec, TemplateKWLoc,
844 Res = Actions.ActOnCharacterConstant(Tok, /*UDLScope*/getCurScope());
880 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
888 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
902 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
912 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
928 if (getCurScope()->getFnParent() == 0)
969 TypeResult Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
1197 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
1261 Actions.CodeCompletePostfixExpression(getCurScope(), LHS);
1309 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.take(), Loc,
1359 ExprResult ECResult = Actions.ActOnCUDAExecConfigExpr(getCurScope(),
1377 Actions.CodeCompleteCall(getCurScope(), LHS.get(),
1402 LHS = Actions.ActOnCallExpr(getCurScope(), LHS.take(), Loc,
1421 LHS = Actions.ActOnStartCXXMemberReference(getCurScope(), LHS.take(),
1436 Actions.CodeCompleteMemberReferenceExpr(getCurScope(), LHS.get(),
1478 LHS = Actions.ActOnMemberAccessExpr(getCurScope(), LHS.take(), OpLoc,
1487 LHS = Actions.ActOnPostfixUnaryOp(getCurScope(), Tok.getLocation(),
1626 return Actions.ActOnSizeofParameterPackExpr(getCurScope(),
1790 Res = Actions.ActOnBuiltinOffsetOf(getCurScope(), StartLoc, TypeLoc,
1902 Actions.CodeCompleteOrdinaryName(getCurScope(),
1971 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind,
2005 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2019 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2036 Ty = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2045 getCurScope()->isInObjcMethodScope() &&
2058 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
2142 AllowUserDefinedLiteral ? getCurScope() : 0);
2270 (Actions.*Completer)(getCurScope(), Data, Exprs);
2272 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
2305 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Type);
2323 Actions.ActOnBlockArguments(DeclaratorInfo, getCurScope());
2350 Actions.ActOnBlockStart(CaretLoc, getCurScope());
2373 Actions.ActOnBlockError(CaretLoc, getCurScope());
2380 Actions.ActOnBlockArguments(ParamInfo, getCurScope());
2403 Actions.ActOnBlockArguments(ParamInfo, getCurScope());
2411 Actions.ActOnBlockError(CaretLoc, getCurScope());
2418 Result = Actions.ActOnBlockStmtExpr(CaretLoc, Stmt.take(), getCurScope());
2420 Actions.ActOnBlockError(CaretLoc, getCurScope());