Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h108 OpenMPDirectiveScope = 0x8000, enumerator
469 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp216 {OpenMPDirectiveScope, "OpenMPDirectiveScope"}, in dumpImpl()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp375 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
410 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
591 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
2501 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
4373 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4434 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4539 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4591 ParseScope OMPListScope(this, Scope::OpenMPDirectiveScope); in ParseOpenMPVarList()