Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp34 static bool shouldCheckDecl(const Decl *TargetDecl) { in shouldCheckDecl() function
92 if (shouldCheckDecl(TargetDecl)) in check()