Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h107 OpenMPDirectiveScope = 0x8000, enumerator
466 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp213 {OpenMPDirectiveScope, "OpenMPDirectiveScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp374 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
409 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
594 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
2489 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
4223 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4366 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4418 ParseScope OMPListScope(this, Scope::OpenMPDirectiveScope); in ParseOpenMPVarList()