Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h111 OpenMPDirectiveScope = 0x8000, enumerator
501 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp221 {OpenMPDirectiveScope, "OpenMPDirectiveScope"}, in dumpImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp380 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
416 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
599 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
2429 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPExecutableDirective()
4435 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4548 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4655 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
4709 ParseScope OMPListScope(this, Scope::OpenMPDirectiveScope); in ParseOpenMPVarList()