Home
last modified time | relevance | path

Searched refs:OpenMPDirectiveScope (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp188 } else if (Flags & OpenMPDirectiveScope) { in dumpImpl()
190 Flags &= ~OpenMPDirectiveScope; in dumpImpl()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h105 OpenMPDirectiveScope = 0x8000, enumerator
377 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp143 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()