clang 20.0.0git
|
The class keeps track of various objects created as part of processing incremental inputs. More...
#include "clang/Interpreter/PartialTranslationUnit.h"
Public Member Functions | |
bool | operator== (const PartialTranslationUnit &other) |
Public Attributes | |
TranslationUnitDecl * | TUPart = nullptr |
std::unique_ptr< llvm::Module > | TheModule |
The llvm IR produced for the input. | |
The class keeps track of various objects created as part of processing incremental inputs.
Definition at line 29 of file PartialTranslationUnit.h.
|
inline |
Definition at line 34 of file PartialTranslationUnit.h.
std::unique_ptr<llvm::Module> clang::PartialTranslationUnit::TheModule |
The llvm IR produced for the input.
Definition at line 33 of file PartialTranslationUnit.h.
Referenced by clang::IncrementalExecutor::addModule(), clang::WasmIncrementalExecutor::addModule(), and operator==().
TranslationUnitDecl* clang::PartialTranslationUnit::TUPart = nullptr |
Definition at line 30 of file PartialTranslationUnit.h.
Referenced by operator==().