Home
last modified time | relevance | path

Searched refs:visitFunc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h48 bool visitFunc(const FunctionDecl *F) override;
H A DByteCodeEmitter.h53 virtual bool visitFunc(const FunctionDecl *E) = 0;
H A DByteCodeEmitter.cpp61 if (!F->isConstexpr() || !visitFunc(F)) { in compileFunc()
H A DByteCodeStmtGen.cpp93 bool ByteCodeStmtGen<Emitter>::visitFunc(const FunctionDecl *F) { in visitFunc() function in ByteCodeStmtGen