Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h47 virtual bool visitFunc(const FunctionDecl *E) = 0;
H A DEvalEmitter.h59 virtual bool visitFunc(const FunctionDecl *F) = 0;
H A DByteCodeEmitter.cpp179 if (!IsEligibleForCompilation || !visitFunc(FuncDecl)) { in compileFunc()
H A DCompiler.h218 bool visitFunc(const FunctionDecl *F) override;
H A DCompiler.cpp4697 bool Compiler<Emitter>::visitFunc(const FunctionDecl *F) { in visitFunc() function in Compiler