Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2038 bool WithinFunction = D->getDeclContext()->isFunctionOrMethod(); in ShouldDiagnoseUnusedDecl() local
2041 WithinFunction = in ShouldDiagnoseUnusedDecl()
2042 WithinFunction || (R->isLocalClass() && !R->isDependentType()); in ShouldDiagnoseUnusedDecl()
2043 if (!WithinFunction) in ShouldDiagnoseUnusedDecl()