Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp417 const unsigned MixedDeclsCodeID = getLangOpts().C99 in ActOnCompoundStmt() local
420 if (!getLangOpts().CPlusPlus && !Diags.isIgnored(MixedDeclsCodeID, L)) { in ActOnCompoundStmt()
433 Diag(D->getLocation(), MixedDeclsCodeID); in ActOnCompoundStmt()