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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3614   if (S.hasClausesOfKind<OMPDependClause>()) {
 3615     assert(!S.getAssociatedStmt() &&
 3617     for (const auto *DC : S.getClausesOfKind<OMPDependClause>())
 3621   const auto *C = S.getSingleClause<OMPSIMDClause>();
 3622   auto &&CodeGen = [&S, C, this](CodeGenFunction &CGF,
 3624     const CapturedStmt *CS = S.getInnermostCapturedStmt();
 3629       CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(),
 3636   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 3637   CGM.getOpenMPRuntime().emitOrderedRegion(*this, CodeGen, S.getBeginLoc(), !C);