clang 17.0.0git
Macros | Typedefs
EvalEmitter.cpp File Reference
#include "EvalEmitter.h"
#include "Context.h"
#include "Interp.h"
#include "Opcode.h"
#include "Program.h"
#include "clang/AST/DeclCXX.h"
#include "Opcodes.inc"
Include dependency graph for EvalEmitter.cpp:

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 >
 

Macro Definition Documentation

◆ GET_EVAL_IMPL

#define GET_EVAL_IMPL

Definition at line 259 of file EvalEmitter.cpp.

Typedef Documentation

◆ APSInt

using APSInt = llvm::APSInt

Definition at line 19 of file EvalEmitter.cpp.

◆ Expected

template<typename T >
using Expected = llvm::Expected<T>

Definition at line 20 of file EvalEmitter.cpp.