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

References

tools/clang/include/clang/Sema/Scope.h
  426     return getFlags() & Scope::OpenMPSimdDirectiveScope;
tools/clang/lib/Parse/ParseOpenMP.cpp
 1795       ScopeFlags |= Scope::OpenMPSimdDirectiveScope;
tools/clang/lib/Sema/Scope.cpp
   45       Flags |= parent->getFlags() & OpenMPSimdDirectiveScope;
  163       {OpenMPSimdDirectiveScope, "OpenMPSimdDirectiveScope"},