clang 17.0.0git
|
#include "EvalEmitter.h"
#include "Context.h"
#include "Interp.h"
#include "Opcode.h"
#include "Program.h"
#include "clang/AST/DeclCXX.h"
#include "Opcodes.inc"
Go to the source code of this file.
Macros | |
#define | GET_EVAL_IMPL |
Typedefs | |
using | APSInt = llvm::APSInt |
template<typename T > | |
using | Expected = llvm::Expected< T > |
#define GET_EVAL_IMPL |
Definition at line 259 of file EvalEmitter.cpp.
using APSInt = llvm::APSInt |
Definition at line 19 of file EvalEmitter.cpp.
using Expected = llvm::Expected<T> |
Definition at line 20 of file EvalEmitter.cpp.