reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/AST/Interp/ByteCodeEmitter.h
   40   llvm::Expected<Function *> compileFunc(const FunctionDecl *F);

References

tools/clang/lib/AST/Interp/Context.cpp
   34     if (auto R = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD)) {
tools/clang/lib/AST/Interp/Program.cpp
  201     return ByteCodeStmtGen<ByteCodeEmitter>(Ctx, *this).compileFunc(FD);