Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScope.h107 OpenMPDirectiveScope = 0x8000, enumerator
445 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScope.cpp161 {OpenMPDirectiveScope, "OpenMPDirectiveScope"}, in dumpImpl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp363 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
398 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
583 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
2288 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
3788 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
3932 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
3965 ParseScope OMPListScope(this, Scope::OpenMPDirectiveScope); in ParseOpenMPVarList()