Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp416 const unsigned MixedDeclsCodeID = getLangOpts().C99 in ActOnCompoundStmt() local
419 if (!getLangOpts().CPlusPlus && !Diags.isIgnored(MixedDeclsCodeID, L)) { in ActOnCompoundStmt()
432 Diag(D->getLocation(), MixedDeclsCodeID); in ActOnCompoundStmt()