Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
98 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local99 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
944 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local945 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5180 while (auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local5181 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()18790 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local18791 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()18812 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()