HomeSort by relevance Sort by last modified time
    Searched refs:OpenMPLoopDirectiveScope (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
Scope.cpp 191 } else if (Flags & OpenMPLoopDirectiveScope) {
192 OS << "OpenMPLoopDirectiveScope";
193 Flags &= ~OpenMPLoopDirectiveScope;
  /external/clang/include/clang/Sema/
Scope.h 108 OpenMPLoopDirectiveScope = 0x10000,
380 if (getFlags() & Scope::OpenMPLoopDirectiveScope) {
  /external/clang/lib/Parse/
ParseOpenMP.cpp 154 ScopeFlags |= Scope::OpenMPLoopDirectiveScope;

Completed in 2058 milliseconds