Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h158 OpenACCComputeConstructScope = 0x10000000, enumerator
537 return getFlags() & Scope::OpenACCComputeConstructScope; in isOpenACCComputeConstructScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp234 {OpenACCComputeConstructScope, "OpenACCComputeConstructScope"}, in dumpImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp588 Scope::OpenACCComputeConstructScope; in getOpenACCScopeFlags()