struct PartialTranslationUnit

Declaration

struct PartialTranslationUnit { /* full declaration omitted */ };

Description

The class keeps track of various objects created as part of processing incremental inputs.

Declared at: clang/include/clang/Interpreter/PartialTranslationUnit.h:29

Member Variables

public clang::TranslationUnitDecl* TUPart = nullptr
public std::unique_ptr<llvm::Module> TheModule
The llvm IR produced for the input.