reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11875 Res = ActOnOpenMPPrivateClause(VarList, StartLoc, LParenLoc, EndLoc); 11878 Res = ActOnOpenMPFirstprivateClause(VarList, StartLoc, LParenLoc, EndLoc); 11881 Res = ActOnOpenMPLastprivateClause(VarList, StartLoc, LParenLoc, EndLoc); 11884 Res = ActOnOpenMPSharedClause(VarList, StartLoc, LParenLoc, EndLoc); 11887 Res = ActOnOpenMPReductionClause(VarList, StartLoc, LParenLoc, ColonLoc, 11892 Res = ActOnOpenMPTaskReductionClause(VarList, StartLoc, LParenLoc, ColonLoc, 11897 Res = ActOnOpenMPInReductionClause(VarList, StartLoc, LParenLoc, ColonLoc, 11902 Res = ActOnOpenMPLinearClause(VarList, TailExpr, StartLoc, LParenLoc, 11906 Res = ActOnOpenMPAlignedClause(VarList, TailExpr, StartLoc, LParenLoc, 11910 Res = ActOnOpenMPCopyinClause(VarList, StartLoc, LParenLoc, EndLoc); 11913 Res = ActOnOpenMPCopyprivateClause(VarList, StartLoc, LParenLoc, EndLoc); 11916 Res = ActOnOpenMPFlushClause(VarList, StartLoc, LParenLoc, EndLoc); 11920 StartLoc, LParenLoc, EndLoc); 11943 Res = ActOnOpenMPAllocateClause(TailExpr, VarList, StartLoc, LParenLoc,