Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h49 virtual bool visitDecl(const VarDecl *E) = 0;
H A DEvalEmitter.h55 virtual bool visitDecl(const VarDecl *VD) = 0;
H A DEvalEmitter.cpp48 if (!this->visitDecl(VD)) in interpretDecl()
H A DByteCodeExprGen.h114 bool visitDecl(const VarDecl *VD) override;
H A DByteCodeExprGen.cpp2358 bool ByteCodeExprGen<Emitter>::visitDecl(const VarDecl *VD) { in visitDecl() function in ByteCodeExprGen