Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.h49 virtual bool visitDeclAndReturn(const VarDecl *E, bool ConstantContext) = 0;
H A DEvalEmitter.h59 virtual bool visitDeclAndReturn(const VarDecl *VD, bool ConstantContext) = 0;
H A DEvalEmitter.cpp67 if (!this->visitDeclAndReturn(VD, S.inConstantContext())) in interpretDecl()
H A DCompiler.h240 bool visitDeclAndReturn(const VarDecl *VD, bool ConstantContext) override;
H A DCompiler.cpp4588 bool Compiler<Emitter>::visitDeclAndReturn(const VarDecl *VD, in visitDeclAndReturn() function in Compiler