Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeEmitter.h55 virtual bool visitDecl(const VarDecl *E) = 0;
H A DEvalEmitter.h58 virtual bool visitDecl(const VarDecl *VD) = 0;
H A DByteCodeExprGen.h77 bool visitDecl(const VarDecl *VD) override;
H A DEvalEmitter.cpp38 if (this->visitDecl(VD)) in interpretDecl()
H A DByteCodeExprGen.cpp531 bool ByteCodeExprGen<Emitter>::visitDecl(const VarDecl *VD) { in visitDecl() function in ByteCodeExprGen