Searched defs:visitVarDecl (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ | ||
H A D | UncountedLocalVarsChecker.cpp | 165 void visitVarDecl(const VarDecl *V) const { in visitVarDecl() function in __anon7dd8ca0b0111::UncountedLocalVarsChecker |
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ | ||
H A D | ByteCodeExprGen.cpp | 1153 bool ByteCodeExprGen<Emitter>::visitVarDecl(const VarDecl *VD) { in visitVarDecl() function in ByteCodeExprGen |