Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp6878 const Expr *UniformedLinearThis = nullptr; in ActOnOpenMPDeclareSimdDirective() local
6890 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()
6973 const bool IsUniformedThis = UniformedLinearThis != nullptr; in ActOnOpenMPDeclareSimdDirective()
7018 if (UniformedLinearThis) { in ActOnOpenMPDeclareSimdDirective()
7023 Diag(UniformedLinearThis->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPDeclareSimdDirective()
7028 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()