Home
last modified time | relevance | path

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

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