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

Derived Classes

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   89 class OMPParallelScope final : public OMPLexicalScope {
  105 class OMPTeamsScope final : public OMPLexicalScope {

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   89 class OMPParallelScope final : public OMPLexicalScope {
  105 class OMPTeamsScope final : public OMPLexicalScope {
 1861   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2255   OMPLexicalScope Scope(*this, S, OMPD_parallel);
 2265   OMPLexicalScope Scope(*this, S, OMPD_parallel);
 2274   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2570     OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2589     OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2752     OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2766   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2798     OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2817   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2829   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 3041       OMPLexicalScope LexScope(CGF, S, CapturedRegion);
 3127   OMPLexicalScope Scope(*this, S, llvm::None,
 3264     OMPLexicalScope LexScope(CGF, S, OMPD_task, /*EmitPreInitStmt=*/false);
 3357   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 3599   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 3636   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 4110   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 4122     OMPLexicalScope Scope(CGF, S, OMPD_target);
 4175   OMPLexicalScope Scope(CGF, S, OMPD_task);
 4755     OMPLexicalScope Scope(CGF, S);
 4804   OMPLexicalScope Scope(*this, S, OMPD_task);
 4825   OMPLexicalScope Scope(*this, S, OMPD_task);
 5120   OMPLexicalScope Scope(*this, S, llvm::None, /*EmitPreInitStmt=*/false);
 5130   OMPLexicalScope Scope(*this, S, llvm::None, /*EmitPreInitStmt=*/false);
 5142     OMPLexicalScope Scope(CGF, S, llvm::None, /*EmitPreInitStmt=*/false);
 5168   OMPLexicalScope Scope(*this, S, OMPD_task);