Home | History | Annotate | Download | only in Parse

Lines Matching refs:Actions

110       return Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
199 Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
200 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation());
270 Actions.StartOpenMPDSABlock(DKind, DirName, Actions.getCurScope(), Loc);
278 Actions.StartOpenMPClause(CKind);
291 Actions.EndOpenMPClause();
313 Sema::CompoundScopeRAII CompoundScope(Actions);
314 Actions.ActOnOpenMPRegionStart(DKind, getCurScope());
315 Actions.ActOnStartOfCompoundStmt();
318 Actions.ActOnFinishOfCompoundStmt();
319 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses);
321 Directive = Actions.ActOnOpenMPExecutableDirective(
326 Actions.EndOpenMPDSABlock(Directive.get());
384 DeclarationNameInfo NameInfo = Actions.GetNameFromUnqualifiedId(Name);
386 Actions.ActOnOpenMPIdExpression(getCurScope(), SS, NameInfo);
597 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc);
605 return Actions.ActOnOpenMPSingleExprClause(
636 return Actions.ActOnOpenMPSimpleClause(Kind, Type, TypeLoc, LOpen, Loc,
670 return Actions.ActOnOpenMPClause(Kind, Loc, Tok.getLocation());
726 Val = Actions.ActOnFinishFullExpr(Val.get(), ELoc);
735 return Actions.ActOnOpenMPSingleExprWithArgClause(
878 return Actions.ActOnOpenMPVarListClause(
976 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression());
1007 Tail = Actions.ActOnFinishFullExpr(Tail.get(), ELoc);
1024 return Actions.ActOnOpenMPVarListClause(
1027 ReductionId.isValid() ? Actions.GetNameFromUnqualifiedId(ReductionId)