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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 5174   if (!D.hasAssociatedStmt() || !D.getAssociatedStmt())
 5174   if (!D.hasAssociatedStmt() || !D.getAssociatedStmt())
 5176   auto &&CodeGen = [&D](CodeGenFunction &CGF, PrePostActionTy &Action) {
 5177     if (isOpenMPSimdDirective(D.getDirectiveKind())) {
 5178       emitOMPSimdRegion(CGF, cast<OMPLoopDirective>(D), Action);
 5181       if (const auto *LD = dyn_cast<OMPLoopDirective>(&D)) {
 5195         for (const auto *C : D.getClausesOfKind<OMPOrderedClause>()) {
 5211       CGF.EmitStmt(D.getInnermostCapturedStmt()->getCapturedStmt());
 5214   OMPSimdLexicalScope Scope(*this, D);
 5217       isOpenMPSimdDirective(D.getDirectiveKind()) ? OMPD_simd
 5218                                                   : D.getDirectiveKind(),