Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h108 OpenMPDirectiveScope = 0x8000, enumerator
407 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp162 {OpenMPDirectiveScope, "OpenMPDirectiveScope"}, in dumpImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp312 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
348 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
987 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()