Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h274 VarCreationState visitDecl(const VarDecl *VD);
H A DCompiler.cpp3589 VarCreationState Compiler<Emitter>::visitDecl(const VarDecl *VD) { in visitDecl() function in Compiler
5200 auto VarState = this->visitDecl(VD); in visitDeclRef()