Lines Matching refs:getActions
616 ExprResult ER = getActions().CorrectDelayedTyposInExpr(ParseExpression()); in ParseOpenACCConditionExpr()
622 getActions().ActOnCondition(getCurScope(), ER.get()->getExprLoc(), in ParseOpenACCConditionExpr()
668 ER = getActions().CorrectDelayedTyposInExpr(ER); in ParseOpenACCIntExpr()
672 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr()
758 return getActions() in ParseOpenACCSizeExpr()
982 getActions().CorrectDelayedTyposInExpr(ParseConstantExpression()); in ParseOpenACCClauseParams()
1257 return getActions().CorrectDelayedTyposInExpr(Res); in ParseOpenACCIDExpression()
1273 return getActions().CorrectDelayedTyposInExpr(ParseStringLiteralExpression( in ParseOpenACCBindClauseArgument()
1293 Res = getActions().CorrectDelayedTyposInExpr(Res.get()); in ParseOpenACCVar()
1297 Res = getActions().OpenACC().ActOnVar(CK, Res.get()); in ParseOpenACCVar()
1359 getActions().OpenACC().ActOnConstruct(DirKind, DirLoc); in ParseOpenACCDirective()
1433 if (getActions().OpenACC().ActOnStartDeclDirective(DirInfo.DirKind, in ParseOpenACCDirectiveDecl()
1438 return DeclGroupPtrTy::make(getActions().OpenACC().ActOnEndDeclDirective()); in ParseOpenACCDirectiveDecl()
1448 if (getActions().OpenACC().ActOnStartStmtDirective(DirInfo.DirKind, in ParseOpenACCDirectiveStmt()
1453 SemaOpenACC::AssociatedStmtRAII AssocStmtRAII(getActions().OpenACC(), in ParseOpenACCDirectiveStmt()
1459 AssocStmt = getActions().OpenACC().ActOnAssociatedStmt( in ParseOpenACCDirectiveStmt()
1463 return getActions().OpenACC().ActOnEndStmtDirective( in ParseOpenACCDirectiveStmt()