Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6363 const Expr *UniformedLinearThis = nullptr; in ActOnOpenMPDeclareSimdDirective() local
6375 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()
6458 const bool IsUniformedThis = UniformedLinearThis != nullptr; in ActOnOpenMPDeclareSimdDirective()
6503 if (UniformedLinearThis) { in ActOnOpenMPDeclareSimdDirective()
6508 Diag(UniformedLinearThis->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPDeclareSimdDirective()
6513 UniformedLinearThis = E; in ActOnOpenMPDeclareSimdDirective()