Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
126 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local127 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
972 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local973 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5308 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local5309 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()18734 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local18735 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()18755 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()