Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11345 const OMPAtClause *AtC = in ActOnOpenMPErrorDirective() local
11348 if (AtC && !InExContext && AtC->getAtKind() == OMPC_AT_execution) { in ActOnOpenMPErrorDirective()
11349 Diag(AtC->getAtKindKwLoc(), diag::err_omp_unexpected_execution_modifier); in ActOnOpenMPErrorDirective()
11359 if (!AtC || AtC->getAtKind() == OMPC_AT_compilation) { in ActOnOpenMPErrorDirective()