Searched refs:visitVarDecl (Results 1 – 4 of 4) sorted by relevance
155 Checker->visitVarDecl(V); in checkASTDecl()164 void visitVarDecl(const VarDecl *V) const { in visitVarDecl() function in __anonf33a548a0111::UncountedLocalVarsChecker
326 if (!this->visitVarDecl(VD)) in visitDeclStmt()540 if (!this->visitVarDecl(LoopVar)) in visitCXXForRangeStmt()
168 bool visitVarDecl(const VarDecl *VD);
2362 if (!this->visitVarDecl(VD)) in visitDecl()2398 bool ByteCodeExprGen<Emitter>::visitVarDecl(const VarDecl *VD) { in visitVarDecl() function in ByteCodeExprGen2894 if (!this->visitVarDecl(VD)) in VisitDeclRefExpr()