Searched refs:AllowOpenACCArraySections (Results 1 – 2 of 2) sorted by relevance
6056 bool AllowOpenACCArraySections = false; variable6065 assert(!P.AllowOpenACCArraySections); in OpenACCArraySectionRAII()6066 P.AllowOpenACCArraySections = true; in OpenACCArraySectionRAII()6069 assert(P.AllowOpenACCArraySections); in ~OpenACCArraySectionRAII()6070 P.AllowOpenACCArraySections = false; in ~OpenACCArraySectionRAII()
1701 if ((!getLangOpts().OpenMP && !AllowOpenACCArraySections) || in ParsePostfixExpressionSuffix()1727 if (ArgExprs.size() <= 1 && AllowOpenACCArraySections) { in ParsePostfixExpressionSuffix()1766 if (AllowOpenACCArraySections) { in ParsePostfixExpressionSuffix()