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

References

tools/clang/include/clang/Sema/Scope.h
  415     if (getFlags() & Scope::OpenMPLoopDirectiveScope) {
tools/clang/lib/Parse/ParseOpenMP.cpp
 1793       ScopeFlags |= Scope::OpenMPLoopDirectiveScope;
tools/clang/lib/Sema/Scope.cpp
  162       {OpenMPLoopDirectiveScope, "OpenMPLoopDirectiveScope"},