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

References

tools/clang/include/clang/Sema/Scope.h
  409     return (getFlags() & Scope::OpenMPDirectiveScope);
tools/clang/lib/Parse/ParseOpenMP.cpp
  325                                     Scope::OpenMPDirectiveScope);
  361                                         Scope::OpenMPDirectiveScope);
  554                         Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope;
 1588                         Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope;
tools/clang/lib/Sema/Scope.cpp
  161       {OpenMPDirectiveScope, "OpenMPDirectiveScope"},