clang
15.0.0git
|
#include "ByteCodeExprGen.h"
#include "ByteCodeEmitter.h"
#include "ByteCodeGenError.h"
#include "Context.h"
#include "Function.h"
#include "PrimType.h"
#include "Program.h"
#include "State.h"
Go to the source code of this file.
Classes | |
class | clang::interp::DeclScope< Emitter > |
Scope used to handle temporaries in toplevel variable declarations. More... | |
class | clang::interp::OptionScope< Emitter > |
Scope used to handle initialization methods. More... | |
Namespaces | |
clang | |
clang::interp | |
Typedefs | |
using | APSInt = llvm::APSInt |
template<typename T > | |
using | Expected = llvm::Expected< T > |
template<typename T > | |
using | Optional = llvm::Optional< T > |
using APSInt = llvm::APSInt |
Definition at line 21 of file ByteCodeExprGen.cpp.
using Expected = llvm::Expected<T> |
Definition at line 22 of file ByteCodeExprGen.cpp.
using Optional = llvm::Optional<T> |
Definition at line 23 of file ByteCodeExprGen.cpp.