Lines Matching refs:OMPClause
1115 StmtRange OMPClause::children() { in children()
1305 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) { in setClauses()
1336 ArrayRef<OMPClause *> Clauses, in Create()
1339 llvm::alignOf<OMPClause *>()); in Create()
1340 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
1353 llvm::alignOf<OMPClause *>()); in CreateEmpty()
1354 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
1362 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) { in Create()
1364 llvm::alignOf<OMPClause *>()); in Create()
1366 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
1379 llvm::alignOf<OMPClause *>()); in CreateEmpty()
1381 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
1388 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) { in Create()
1390 llvm::alignOf<OMPClause *>()); in Create()
1392 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
1405 llvm::alignOf<OMPClause *>()); in CreateEmpty()
1407 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
1413 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) { in Create()
1415 llvm::alignOf<OMPClause *>()); in Create()
1417 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
1429 llvm::alignOf<OMPClause *>()); in CreateEmpty()
1431 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
1458 ArrayRef<OMPClause *> Clauses, in Create()
1461 llvm::alignOf<OMPClause *>()); in Create()
1463 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
1475 llvm::alignOf<OMPClause *>()); in CreateEmpty()
1477 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
1484 ArrayRef<OMPClause *> Clauses, in Create()
1487 llvm::alignOf<OMPClause *>()); in Create()
1489 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
1501 llvm::alignOf<OMPClause *>()); in CreateEmpty()
1503 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
1509 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) { in Create()
1511 llvm::alignOf<OMPClause *>()); in Create()
1513 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
1525 llvm::alignOf<OMPClause *>()); in CreateEmpty()
1527 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()