Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
97 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local98 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
948 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local949 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5177 while (auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local5178 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()18158 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local18159 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()18179 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()