Searched refs:AllowOpenACCArraySections (Results 1 – 2 of 2) sorted by relevance
240 bool AllowOpenACCArraySections = false; variable249 assert(!P.AllowOpenACCArraySections); in OpenACCArraySectionRAII()250 P.AllowOpenACCArraySections = true; in OpenACCArraySectionRAII()253 assert(P.AllowOpenACCArraySections); in ~OpenACCArraySectionRAII()254 P.AllowOpenACCArraySections = false; in ~OpenACCArraySectionRAII()
1979 if ((!getLangOpts().OpenMP && !AllowOpenACCArraySections) || in ParsePostfixExpressionSuffix()2008 if (ArgExprs.size() <= 1 && AllowOpenACCArraySections) { in ParsePostfixExpressionSuffix()