Home
last modified time | relevance | path

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

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