reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 5136   auto &&CodeGen = [this, &S](CodeGenFunction &CGF, PrePostActionTy &Action) {
 5137     auto &&TaskLoopCodeGen = [&S](CodeGenFunction &CGF,
 5140       CGF.EmitOMPTaskLoopBasedDirective(S);
 5142     OMPLexicalScope Scope(CGF, S, llvm::None, /*EmitPreInitStmt=*/false);
 5144                                             S.getBeginLoc());
 5146   emitCommonOMPParallelDirective(*this, S, OMPD_master_taskloop, CodeGen,