Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp45 Flags |= parent->getFlags() & OpenMPSimdDirectiveScope; in setFlags()
215 {OpenMPSimdDirectiveScope, "OpenMPSimdDirectiveScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h115 OpenMPSimdDirectiveScope = 0x20000, enumerator
483 return getFlags() & Scope::OpenMPSimdDirectiveScope; in isOpenMPSimdDirectiveScope()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2853 ScopeFlags |= Scope::OpenMPSimdDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()