Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp1963 bool WithinFunction = D->getDeclContext()->isFunctionOrMethod(); in ShouldDiagnoseUnusedDecl() local
1966 WithinFunction = in ShouldDiagnoseUnusedDecl()
1967 WithinFunction || (R->isLocalClass() && !R->isDependentType()); in ShouldDiagnoseUnusedDecl()
1968 if (!WithinFunction) in ShouldDiagnoseUnusedDecl()