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