Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp45 Flags |= parent->getFlags() & OpenMPSimdDirectiveScope; in setFlags()
218 {OpenMPSimdDirectiveScope, "OpenMPSimdDirectiveScope"}, in dumpImpl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h116 OpenMPSimdDirectiveScope = 0x20000, enumerator
486 return getFlags() & Scope::OpenMPSimdDirectiveScope; in isOpenMPSimdDirectiveScope()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp2870 ScopeFlags |= Scope::OpenMPSimdDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()