Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp198 } else if (Flags & OpenMPDirectiveScope) { in dumpImpl()
200 Flags &= ~OpenMPDirectiveScope; in dumpImpl()
/external/clang/include/clang/Sema/
DScope.h106 OpenMPDirectiveScope = 0x8000, enumerator
396 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
/external/clang/lib/Parse/
DParseOpenMP.cpp291 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
326 Scope::OpenMPDirectiveScope); in ParseOpenMPDeclareReductionDirective()
788 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()