Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp166 if (shouldSkipVarDecl(V)) in visitVarDecl()
218 bool shouldSkipVarDecl(const VarDecl *V) const { in shouldSkipVarDecl() function in __anon7dd8ca0b0111::UncountedLocalVarsChecker