Home
last modified time | relevance | path

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

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