Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 __anonf1c752440111::UncountedLocalVarsChecker