Searched refs:visitDecl (Results 1 – 5 of 5) sorted by relevance
49 virtual bool visitDecl(const VarDecl *E) = 0;
55 virtual bool visitDecl(const VarDecl *VD) = 0;
48 if (!this->visitDecl(VD)) in interpretDecl()
114 bool visitDecl(const VarDecl *VD) override;
2358 bool ByteCodeExprGen<Emitter>::visitDecl(const VarDecl *VD) { in visitDecl() function in ByteCodeExprGen