Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp6799 const Expr *UniformedLinearThis = nullptr; in ActOnOpenMPDeclareSimdDirective() local
6811 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()
6894 const bool IsUniformedThis = UniformedLinearThis != nullptr; in ActOnOpenMPDeclareSimdDirective()
6939 if (UniformedLinearThis) { in ActOnOpenMPDeclareSimdDirective()
6944 Diag(UniformedLinearThis->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPDeclareSimdDirective()
6949 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()