Lines Matching defs:LParenLoc

59                                                    SourceLocation LParenLoc,
64 return new (Mem) OpenACCDefaultClause(K, BeginLoc, LParenLoc, EndLoc);
69 SourceLocation LParenLoc,
73 return new (Mem) OpenACCIfClause(BeginLoc, LParenLoc, ConditionExpr, EndLoc);
77 SourceLocation LParenLoc, Expr *ConditionExpr,
79 : OpenACCClauseWithCondition(OpenACCClauseKind::If, BeginLoc, LParenLoc,
89 SourceLocation LParenLoc,
94 OpenACCSelfClause(BeginLoc, LParenLoc, ConditionExpr, EndLoc);
99 SourceLocation LParenLoc,
104 return new (Mem) OpenACCSelfClause(BeginLoc, LParenLoc, VarList, EndLoc);
108 SourceLocation LParenLoc,
111 : OpenACCClauseWithParams(OpenACCClauseKind::Self, BeginLoc, LParenLoc,
119 SourceLocation LParenLoc,
121 : OpenACCClauseWithParams(OpenACCClauseKind::Self, BeginLoc, LParenLoc,
149 SourceLocation LParenLoc,
153 LParenLoc, IntExpr, EndLoc) {
160 SourceLocation LParenLoc,
164 : OpenACCClauseWithExprs(OpenACCClauseKind::Gang, BeginLoc, LParenLoc,
176 SourceLocation LParenLoc, Expr *IntExpr,
181 OpenACCNumWorkersClause(BeginLoc, LParenLoc, IntExpr, EndLoc);
185 SourceLocation LParenLoc,
189 LParenLoc, LoopCount, EndLoc),
196 SourceLocation LParenLoc, bool HasForce,
205 OpenACCCollapseClause(BeginLoc, LParenLoc, HasForce, LoopCount, EndLoc);
209 SourceLocation LParenLoc,
213 LParenLoc, IntExpr, EndLoc) {
221 SourceLocation LParenLoc, Expr *IntExpr,
226 OpenACCVectorLengthClause(BeginLoc, LParenLoc, IntExpr, EndLoc);
230 SourceLocation LParenLoc, Expr *IntExpr,
233 LParenLoc, IntExpr, EndLoc) {
241 SourceLocation LParenLoc,
246 return new (Mem) OpenACCAsyncClause(BeginLoc, LParenLoc, IntExpr, EndLoc);
250 SourceLocation LParenLoc, Expr *IntExpr,
253 LParenLoc, IntExpr, EndLoc) {
261 SourceLocation LParenLoc,
266 return new (Mem) OpenACCDeviceNumClause(BeginLoc, LParenLoc, IntExpr, EndLoc);
270 SourceLocation LParenLoc,
274 LParenLoc, IntExpr, EndLoc) {
282 SourceLocation LParenLoc, Expr *IntExpr,
287 OpenACCDefaultAsyncClause(BeginLoc, LParenLoc, IntExpr, EndLoc);
291 const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc,
298 return new (Mem) OpenACCWaitClause(BeginLoc, LParenLoc, DevNumExpr, QueuesLoc,
304 SourceLocation LParenLoc,
309 return new (Mem) OpenACCNumGangsClause(BeginLoc, LParenLoc, IntExprs, EndLoc);
314 SourceLocation LParenLoc,
319 return new (Mem) OpenACCTileClause(BeginLoc, LParenLoc, SizeExprs, EndLoc);
324 SourceLocation LParenLoc,
329 return new (Mem) OpenACCPrivateClause(BeginLoc, LParenLoc, VarList, EndLoc);
333 const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc,
338 OpenACCFirstPrivateClause(BeginLoc, LParenLoc, VarList, EndLoc);
343 SourceLocation LParenLoc,
348 return new (Mem) OpenACCAttachClause(BeginLoc, LParenLoc, VarList, EndLoc);
353 SourceLocation LParenLoc,
358 return new (Mem) OpenACCDetachClause(BeginLoc, LParenLoc, VarList, EndLoc);
363 SourceLocation LParenLoc,
368 return new (Mem) OpenACCDeleteClause(BeginLoc, LParenLoc, VarList, EndLoc);
373 SourceLocation LParenLoc,
378 return new (Mem) OpenACCUseDeviceClause(BeginLoc, LParenLoc, VarList, EndLoc);
383 SourceLocation LParenLoc,
388 return new (Mem) OpenACCDevicePtrClause(BeginLoc, LParenLoc, VarList, EndLoc);
393 SourceLocation LParenLoc,
398 return new (Mem) OpenACCNoCreateClause(BeginLoc, LParenLoc, VarList, EndLoc);
403 SourceLocation LParenLoc,
408 return new (Mem) OpenACCPresentClause(BeginLoc, LParenLoc, VarList, EndLoc);
413 SourceLocation LParenLoc,
418 return new (Mem) OpenACCHostClause(BeginLoc, LParenLoc, VarList, EndLoc);
423 SourceLocation LParenLoc,
428 return new (Mem) OpenACCDeviceClause(BeginLoc, LParenLoc, VarList, EndLoc);
433 SourceLocation BeginLoc, SourceLocation LParenLoc,
438 OpenACCCopyClause(Spelling, BeginLoc, LParenLoc, VarList, EndLoc);
443 SourceLocation BeginLoc, SourceLocation LParenLoc,
448 return new (Mem) OpenACCCopyInClause(Spelling, BeginLoc, LParenLoc,
454 SourceLocation BeginLoc, SourceLocation LParenLoc,
459 return new (Mem) OpenACCCopyOutClause(Spelling, BeginLoc, LParenLoc, IsZero,
465 SourceLocation BeginLoc, SourceLocation LParenLoc,
470 return new (Mem) OpenACCCreateClause(Spelling, BeginLoc, LParenLoc, IsZero,
476 SourceLocation LParenLoc, ArrayRef<DeviceTypeArgument> Archs,
482 OpenACCDeviceTypeClause(K, BeginLoc, LParenLoc, Archs, EndLoc);
486 const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc,
492 OpenACCReductionClause(BeginLoc, LParenLoc, Operator, VarList, EndLoc);
518 SourceLocation LParenLoc,
525 OpenACCGangClause(BeginLoc, LParenLoc, GangKinds, IntExprs, EndLoc);
529 SourceLocation LParenLoc,
532 LParenLoc, IntExpr, EndLoc) {
540 SourceLocation LParenLoc,
545 return new (Mem) OpenACCWorkerClause(BeginLoc, LParenLoc, IntExpr, EndLoc);
549 SourceLocation LParenLoc,
552 LParenLoc, IntExpr, EndLoc) {
560 SourceLocation LParenLoc,
565 return new (Mem) OpenACCVectorClause(BeginLoc, LParenLoc, IntExpr, EndLoc);