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 194 } else if (Flags & OpenMPDirectiveScope) {
195 OS << "OpenMPDirectiveScope";
196 Flags &= ~OpenMPDirectiveScope;
  /external/clang/include/clang/Sema/
Scope.h 105 OpenMPDirectiveScope = 0x8000,
393 return (getFlags() & Scope::OpenMPDirectiveScope);
  /external/clang/lib/Parse/
ParseOpenMP.cpp 177 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;
    [all...]

Completed in 40 milliseconds