Home
last modified time | relevance | path

Searched refs:TempOASE (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp126 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local
127 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGOpenMPRuntime.cpp972 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
973 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5308 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local
5309 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
18734 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local
18735 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()
18755 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()