Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
205 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local206 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
1116 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local1117 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
9778 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local9779 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()10793 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local10794 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()10814 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()