Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp201 } else if (Flags & OpenMPLoopDirectiveScope) { in dumpImpl()
203 Flags &= ~OpenMPLoopDirectiveScope; in dumpImpl()
/external/clang/include/clang/Sema/
DScope.h109 OpenMPLoopDirectiveScope = 0x10000, enumerator
402 if (getFlags() & Scope::OpenMPLoopDirectiveScope) { in isOpenMPLoopDirectiveScope()
/external/clang/lib/Parse/
DParseOpenMP.cpp908 ScopeFlags |= Scope::OpenMPLoopDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()