Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
97 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local98 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
946 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local947 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5403 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local5404 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()19356 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local19357 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()19377 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()