Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp46 Flags |= parent->getFlags() & OpenMPSimdDirectiveScope; in setFlags()
204 } else if (Flags & OpenMPSimdDirectiveScope) { in dumpImpl()
206 Flags &= ~OpenMPSimdDirectiveScope; in dumpImpl()
/external/clang/include/clang/Sema/
DScope.h114 OpenMPSimdDirectiveScope = 0x20000, enumerator
413 return getFlags() & Scope::OpenMPSimdDirectiveScope; in isOpenMPSimdDirectiveScope()
/external/clang/lib/Parse/
DParseOpenMP.cpp910 ScopeFlags |= Scope::OpenMPSimdDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()