Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h111 OpenMPLoopDirectiveScope = 0x10000, enumerator
413 if (getFlags() & Scope::OpenMPLoopDirectiveScope) { in isOpenMPLoopDirectiveScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp163 {OpenMPLoopDirectiveScope, "OpenMPLoopDirectiveScope"}, in dumpImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1121 ScopeFlags |= Scope::OpenMPLoopDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()