Searched refs:AllowOpenACCArraySections (Results 1 – 2 of 2) sorted by relevance
247 bool AllowOpenACCArraySections = false; variable256 assert(!P.AllowOpenACCArraySections); in OpenACCArraySectionRAII()257 P.AllowOpenACCArraySections = true; in OpenACCArraySectionRAII()260 assert(P.AllowOpenACCArraySections); in ~OpenACCArraySectionRAII()261 P.AllowOpenACCArraySections = false; in ~OpenACCArraySectionRAII()
2046 if ((!getLangOpts().OpenMP && !AllowOpenACCArraySections) || in ParsePostfixExpressionSuffix()2075 if (ArgExprs.size() <= 1 && AllowOpenACCArraySections) { in ParsePostfixExpressionSuffix()2117 if (AllowOpenACCArraySections) { in ParsePostfixExpressionSuffix()