Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp191 } else if (Flags & OpenMPLoopDirectiveScope) { in dumpImpl()
193 Flags &= ~OpenMPLoopDirectiveScope; in dumpImpl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h108 OpenMPLoopDirectiveScope = 0x10000, enumerator
383 if (getFlags() & Scope::OpenMPLoopDirectiveScope) { in isOpenMPLoopDirectiveScope()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp220 ScopeFlags |= Scope::OpenMPLoopDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()