Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp165 if (shouldSkipVarDecl(V)) in visitVarDecl()
217 bool shouldSkipVarDecl(const VarDecl *V) const { in shouldSkipVarDecl() function in __anonf33a548a0111::UncountedLocalVarsChecker