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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2822   auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) {
 2824     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 2827   if (const auto *HintClause = S.getSingleClause<OMPHintClause>())
 2829   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2831                                             S.getDirectiveName().getAsString(),
 2832                                             CodeGen, S.getBeginLoc(), Hint);