Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h111 OpenMPLoopDirectiveScope = 0x10000, enumerator
475 if (getFlags() & Scope::OpenMPLoopDirectiveScope) { in isOpenMPLoopDirectiveScope()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScope.cpp217 {OpenMPLoopDirectiveScope, "OpenMPLoopDirectiveScope"}, in dumpImpl()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp2868 ScopeFlags |= Scope::OpenMPLoopDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()