Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anone6ceadbf0111::UncountedLocalVarsChecker