Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance
218 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local219 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
1158 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local1159 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4323 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local4324 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()13591 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local13592 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()13612 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()