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 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.
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(), and clang::WasmIncrementalExecutor::addModule().
TranslationUnitDecl* clang::PartialTranslationUnit::TUPart = nullptr |
Definition at line 30 of file PartialTranslationUnit.h.
Referenced by clang::IncrementalParser::CleanUpPTU().