Home
last modified time | relevance | path

Searched refs:AllowOpenACCArraySections (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h240 bool AllowOpenACCArraySections = false; variable
249 assert(!P.AllowOpenACCArraySections); in OpenACCArraySectionRAII()
250 P.AllowOpenACCArraySections = true; in OpenACCArraySectionRAII()
253 assert(P.AllowOpenACCArraySections); in ~OpenACCArraySectionRAII()
254 P.AllowOpenACCArraySections = false; in ~OpenACCArraySectionRAII()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1979 if ((!getLangOpts().OpenMP && !AllowOpenACCArraySections) || in ParsePostfixExpressionSuffix()
2008 if (ArgExprs.size() <= 1 && AllowOpenACCArraySections) { in ParsePostfixExpressionSuffix()