struct ExternalASTMerger::ImporterTarget
Declaration
struct ExternalASTMerger::ImporterTarget { /* full declaration omitted */ };
Description
The target for an ExternalASTMerger. ASTImporters require both ASTContext and FileManager to be able to import SourceLocations properly.
Declared at: clang/include/clang/AST/ExternalASTMerger.h:73
Member Variables
- public clang::ASTContext& AST
- public clang::FileManager& FM