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

  /external/clang/lib/Sema/
Scope.cpp 188 } else if (Flags & OpenMPDirectiveScope) {
189 OS << "OpenMPDirectiveScope";
190 Flags &= ~OpenMPDirectiveScope;
  /external/clang/include/clang/Sema/
Scope.h 105 OpenMPDirectiveScope = 0x8000,
374 return (getFlags() & Scope::OpenMPDirectiveScope);
  /external/clang/lib/Parse/
ParseOpenMP.cpp 119 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;

Completed in 51 milliseconds