Searched refs:ClausesWithImplicit (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 6121 llvm::SmallVector<OMPClause *, 8> ClausesWithImplicit; in ActOnOpenMPExecutableDirective() local 6124 ClausesWithImplicit.append(Clauses.begin(), Clauses.end()); in ActOnOpenMPExecutableDirective() 6204 ClausesWithImplicit.push_back(Implicit); in ActOnOpenMPExecutableDirective() 6215 ClausesWithImplicit.push_back(Implicit); in ActOnOpenMPExecutableDirective() 6244 ClausesWithImplicit.emplace_back(Implicit); in ActOnOpenMPExecutableDirective() 6261 ClausesWithImplicit.emplace_back(Implicit); in ActOnOpenMPExecutableDirective() 6273 ClausesWithImplicit); in ActOnOpenMPExecutableDirective() 6279 Res = ActOnOpenMPParallelDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective() 6284 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective() 6291 ActOnOpenMPTileDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc); in ActOnOpenMPExecutableDirective() [all …]
|