Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h111 OpenMPLoopDirectiveScope = 0x10000, enumerator
480 if (getFlags() & Scope::OpenMPLoopDirectiveScope) { in isOpenMPLoopDirectiveScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp219 {OpenMPLoopDirectiveScope, "OpenMPLoopDirectiveScope"}, in dumpImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2874 ScopeFlags |= Scope::OpenMPLoopDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()