clang 19.0.0git
Public Attributes | List of all members
clang::ExternalASTMerger::ImporterTarget Struct Reference

The target for an ExternalASTMerger. More...

#include "clang/AST/ExternalASTMerger.h"

Public Attributes

ASTContextAST
 
FileManagerFM
 

Detailed Description

The target for an ExternalASTMerger.

ASTImporters require both ASTContext and FileManager to be able to import SourceLocations properly.

Definition at line 73 of file ExternalASTMerger.h.

Member Data Documentation

◆ AST

ASTContext& clang::ExternalASTMerger::ImporterTarget::AST

Definition at line 74 of file ExternalASTMerger.h.

◆ FM

FileManager& clang::ExternalASTMerger::ImporterTarget::FM

Definition at line 75 of file ExternalASTMerger.h.


The documentation for this struct was generated from the following file: