Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h110 OpenMPLoopDirectiveScope = 0x10000, enumerator
472 if (getFlags() & Scope::OpenMPLoopDirectiveScope) { in isOpenMPLoopDirectiveScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp214 {OpenMPLoopDirectiveScope, "OpenMPLoopDirectiveScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2851 ScopeFlags |= Scope::OpenMPLoopDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()