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 197 } else if (Flags & OpenMPLoopDirectiveScope) {
198 OS << "OpenMPLoopDirectiveScope";
199 Flags &= ~OpenMPLoopDirectiveScope;
  /external/clang/include/clang/Sema/
Scope.h 108 OpenMPLoopDirectiveScope = 0x10000,
399 if (getFlags() & Scope::OpenMPLoopDirectiveScope) {
  /external/clang/lib/Parse/
ParseOpenMP.cpp 266 ScopeFlags |= Scope::OpenMPLoopDirectiveScope;
    [all...]

Completed in 364 milliseconds