Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
128 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local129 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
988 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local989 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5002 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local5003 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()16280 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local16281 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()16301 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()