Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7056 const Expr *AlignedThis = nullptr; in ActOnOpenMPDeclareSimdDirective() local
7091 if (AlignedThis) { in ActOnOpenMPDeclareSimdDirective()
7094 Diag(AlignedThis->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPDeclareSimdDirective()
7097 AlignedThis = E; in ActOnOpenMPDeclareSimdDirective()