Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3668 Expr *UniformedLinearThis = nullptr; in ActOnOpenMPDeclareSimdDirective() local
3680 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()
3762 const bool IsUniformedThis = UniformedLinearThis != nullptr; in ActOnOpenMPDeclareSimdDirective()
3806 if (UniformedLinearThis) { in ActOnOpenMPDeclareSimdDirective()
3811 Diag(UniformedLinearThis->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPDeclareSimdDirective()
3816 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()