Searched defs:AssociatedStmt (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 239 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, in Create() 259 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 294 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 340 unsigned NumLoops, Stmt *AssociatedStmt, in Create() 361 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 404 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, in Create() 425 Stmt *AssociatedStmt, in Create() 444 Stmt *AssociatedStmt) { in Create() 460 Stmt *AssociatedStmt) { in Create() 475 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) { in Create() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2547 StmtResult AssociatedStmt; in ParseOpenMPDeclarativeOrExecutableDirective() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 302 Stmt *AssociatedStmt, unsigned NumChildren, in createDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 8436 StmtResult AssociatedStmt; in TransformOMPExecutableDirective() local
|