Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1937 bool IsAllIgnored = true; in ShouldDiagnoseUnusedDecl() local
1941 IsAllIgnored = IsAllIgnored && (BD->isPlaceholderVar(LangOpts) || in ShouldDiagnoseUnusedDecl()
1944 if (IsAllIgnored) in ShouldDiagnoseUnusedDecl()