Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6405 const Expr *AlignedThis = nullptr; in ActOnOpenMPDeclareSimdDirective() local
6440 if (AlignedThis) { in ActOnOpenMPDeclareSimdDirective()
6443 Diag(AlignedThis->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPDeclareSimdDirective()
6446 AlignedThis = E; in ActOnOpenMPDeclareSimdDirective()