Lines Matching full:lparenloc
5551 SourceLocation LParenLoc,
5556 Res = ActOnOpenMPFinalClause(Expr, StartLoc, LParenLoc, EndLoc);
5559 Res = ActOnOpenMPNumThreadsClause(Expr, StartLoc, LParenLoc, EndLoc);
5562 Res = ActOnOpenMPSafelenClause(Expr, StartLoc, LParenLoc, EndLoc);
5565 Res = ActOnOpenMPSimdlenClause(Expr, StartLoc, LParenLoc, EndLoc);
5568 Res = ActOnOpenMPCollapseClause(Expr, StartLoc, LParenLoc, EndLoc);
5571 Res = ActOnOpenMPOrderedClause(StartLoc, EndLoc, LParenLoc, Expr);
5574 Res = ActOnOpenMPDeviceClause(Expr, StartLoc, LParenLoc, EndLoc);
5577 Res = ActOnOpenMPNumTeamsClause(Expr, StartLoc, LParenLoc, EndLoc);
5580 Res = ActOnOpenMPThreadLimitClause(Expr, StartLoc, LParenLoc, EndLoc);
5583 Res = ActOnOpenMPPriorityClause(Expr, StartLoc, LParenLoc, EndLoc);
5586 Res = ActOnOpenMPGrainsizeClause(Expr, StartLoc, LParenLoc, EndLoc);
5589 Res = ActOnOpenMPNumTasksClause(Expr, StartLoc, LParenLoc, EndLoc);
5592 Res = ActOnOpenMPHintClause(Expr, StartLoc, LParenLoc, EndLoc);
5630 SourceLocation LParenLoc,
5646 return new (Context) OMPIfClause(NameModifier, ValExpr, StartLoc, LParenLoc,
5652 SourceLocation LParenLoc,
5666 return new (Context) OMPFinalClause(ValExpr, StartLoc, LParenLoc, EndLoc);
5741 SourceLocation LParenLoc,
5752 OMPNumThreadsClause(ValExpr, StartLoc, LParenLoc, EndLoc);
5784 SourceLocation LParenLoc,
5793 OMPSafelenClause(Safelen.get(), StartLoc, LParenLoc, EndLoc);
5797 SourceLocation LParenLoc,
5806 OMPSimdlenClause(Simdlen.get(), StartLoc, LParenLoc, EndLoc);
5811 SourceLocation LParenLoc,
5823 OMPCollapseClause(NumForLoopsResult.get(), StartLoc, LParenLoc, EndLoc);
5828 SourceLocation LParenLoc,
5835 if (NumForLoops && LParenLoc.isValid()) {
5845 OMPOrderedClause(NumForLoops, StartLoc, LParenLoc, EndLoc);
5850 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) {
5856 ArgumentLoc, StartLoc, LParenLoc, EndLoc);
5861 LParenLoc, EndLoc);
5911 SourceLocation LParenLoc,
5949 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
5955 SourceLocation LParenLoc,
5980 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
5985 SourceLocation StartLoc, SourceLocation LParenLoc,
5993 LParenLoc, ArgumentLoc, DelimLoc, EndLoc);
5998 StartLoc, LParenLoc, ArgumentLoc, DelimLoc, EndLoc);
6047 SourceLocation LParenLoc, SourceLocation KindLoc, SourceLocation CommaLoc,
6106 return new (Context) OMPScheduleClause(StartLoc, LParenLoc, KindLoc, CommaLoc,
6244 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc,
6252 Res = ActOnOpenMPPrivateClause(VarList, StartLoc, LParenLoc, EndLoc);
6255 Res = ActOnOpenMPFirstprivateClause(VarList, StartLoc, LParenLoc, EndLoc);
6258 Res = ActOnOpenMPLastprivateClause(VarList, StartLoc, LParenLoc, EndLoc);
6261 Res = ActOnOpenMPSharedClause(VarList, StartLoc, LParenLoc, EndLoc);
6264 Res = ActOnOpenMPReductionClause(VarList, StartLoc, LParenLoc, ColonLoc,
6268 Res = ActOnOpenMPLinearClause(VarList, TailExpr, StartLoc, LParenLoc,
6272 Res = ActOnOpenMPAlignedClause(VarList, TailExpr, StartLoc, LParenLoc,
6276 Res = ActOnOpenMPCopyinClause(VarList, StartLoc, LParenLoc, EndLoc);
6279 Res = ActOnOpenMPCopyprivateClause(VarList, StartLoc, LParenLoc, EndLoc);
6282 Res = ActOnOpenMPFlushClause(VarList, StartLoc, LParenLoc, EndLoc);
6286 StartLoc, LParenLoc, EndLoc);
6290 VarList, StartLoc, LParenLoc, EndLoc);
6329 SourceLocation LParenLoc,
6428 return OMPPrivateClause::Create(Context, StartLoc, LParenLoc, EndLoc, Vars,
6457 SourceLocation LParenLoc,
6463 StartLoc.isInvalid() && LParenLoc.isInvalid() && EndLoc.isInvalid();
6717 return OMPFirstprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,
6723 SourceLocation LParenLoc,
6861 return OMPLastprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,
6867 SourceLocation LParenLoc,
6923 return OMPSharedClause::Create(Context, StartLoc, LParenLoc, EndLoc, Vars);
6958 ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc,
7454 Context, StartLoc, LParenLoc, ColonLoc, EndLoc, Vars,
7461 SourceLocation LParenLoc, OpenMPLinearClauseKind LinKind,
7622 return OMPLinearClause::Create(Context, StartLoc, LParenLoc, LinKind, LinLoc,
7689 SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) {
7756 return OMPAlignedClause::Create(Context, StartLoc, LParenLoc, ColonLoc,
7762 SourceLocation LParenLoc,
7848 return OMPCopyinClause::Create(Context, StartLoc, LParenLoc, EndLoc, Vars,
7854 SourceLocation LParenLoc,
7973 return OMPCopyprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,
7979 SourceLocation LParenLoc,
7984 return OMPFlushClause::Create(Context, StartLoc, LParenLoc, EndLoc, VarList);
7991 SourceLocation LParenLoc, SourceLocation EndLoc) {
8059 return OMPDependClause::Create(Context, StartLoc, LParenLoc, EndLoc, DepKind,
8064 SourceLocation LParenLoc,
8074 return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc);
8138 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) {
8252 return OMPMapClause::Create(Context, StartLoc, LParenLoc, EndLoc, Vars,
8258 SourceLocation LParenLoc,
8268 return new (Context) OMPNumTeamsClause(ValExpr, StartLoc, LParenLoc, EndLoc);
8273 SourceLocation LParenLoc,
8283 return new (Context) OMPThreadLimitClause(ValExpr, StartLoc, LParenLoc,
8289 SourceLocation LParenLoc,
8299 return new (Context) OMPPriorityClause(ValExpr, StartLoc, LParenLoc, EndLoc);
8304 SourceLocation LParenLoc,
8315 return new (Context) OMPGrainsizeClause(ValExpr, StartLoc, LParenLoc, EndLoc);
8320 SourceLocation LParenLoc,
8331 return new (Context) OMPNumTasksClause(ValExpr, StartLoc, LParenLoc, EndLoc);
8335 SourceLocation LParenLoc,
8344 OMPHintClause(HintExpr.get(), StartLoc, LParenLoc, EndLoc);