Searched defs:AssociatedStmt (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 266 Stmt *AssociatedStmt, Stmt *IfStmt) { in Create() 283 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, in Create() 303 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 338 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 410 unsigned NumLoops, Stmt *AssociatedStmt, in Create() 431 Stmt *AssociatedStmt, unsigned NumGeneratedLoops, in Create() 453 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 496 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, in Create() 517 Stmt *AssociatedStmt, in Create() 536 Stmt *AssociatedStmt) { in Create() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2944 StmtResult AssociatedStmt; in ParseOpenMPDeclarativeOrExecutableDirective() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 302 Stmt *AssociatedStmt, unsigned NumChildren, in createDirective()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 8675 StmtResult AssociatedStmt; in TransformOMPExecutableDirective() local
|