Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp194 } else if (Flags & OpenMPDirectiveScope) { in dumpImpl()
196 Flags &= ~OpenMPDirectiveScope; in dumpImpl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h105 OpenMPDirectiveScope = 0x8000, enumerator
393 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp162 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()