Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp45 Flags |= parent->getFlags() & OpenMPSimdDirectiveScope; in setFlags()
163 {OpenMPSimdDirectiveScope, "OpenMPSimdDirectiveScope"}, in dumpImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h115 OpenMPSimdDirectiveScope = 0x20000, enumerator
462 return getFlags() & Scope::OpenMPSimdDirectiveScope; in isOpenMPSimdDirectiveScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2480 ScopeFlags |= Scope::OpenMPSimdDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()