Home | History | Annotate | Download | only in Parse

Lines Matching refs:Actions

54       return Actions.ActOnOpenMPThreadprivateDirective(Loc,
106 Actions.ActOnOpenMPThreadprivateDirective(Loc,
108 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation());
140 Sema::CompoundScopeRAII CompoundScope(Actions);
141 Actions.ActOnCapturedRegionStart(Loc, getCurScope(), CR_Default, 1);
142 Actions.ActOnStartOfCompoundStmt();
145 Actions.ActOnFinishOfCompoundStmt();
147 Actions.ActOnCapturedRegionError();
150 AssociatedStmt = Actions.ActOnCapturedRegionEnd(AssociatedStmt.take());
155 Directive = Actions.ActOnOpenMPExecutableDirective(DKind, Clauses,
222 DeclarationNameInfo NameInfo = Actions.GetNameFromUnqualifiedId(Name);
223 ExprResult Res = Actions.ActOnOpenMPIdExpression(getCurScope(), SS,
316 return Actions.ActOnOpenMPSimpleClause(Kind, Type, TypeLoc, LOpen, Loc,
363 return Actions.ActOnOpenMPVarListClause(Kind, Vars, Loc, LOpen,