Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
109 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local110 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
973 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local974 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5373 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local5374 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()19017 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local19018 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()19038 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()