LLDB mainline
Public Member Functions | List of all members
lldb_private::ClangASTImporter::NewDeclListener Struct Referenceabstract

Listener interface used by the ASTImporterDelegate to inform other code about decls that have been imported the first time. More...

#include <ClangASTImporter.h>

Public Member Functions

virtual ~NewDeclListener ()=default
 
virtual void NewDeclImported (clang::Decl *from, clang::Decl *to)=0
 A decl has been imported for the first time.
 

Detailed Description

Listener interface used by the ASTImporterDelegate to inform other code about decls that have been imported the first time.

Definition at line 267 of file ClangASTImporter.h.

Constructor & Destructor Documentation

◆ ~NewDeclListener()

virtual lldb_private::ClangASTImporter::NewDeclListener::~NewDeclListener ( )
virtualdefault

Member Function Documentation

◆ NewDeclImported()

virtual void lldb_private::ClangASTImporter::NewDeclListener::NewDeclImported ( clang::Decl *  from,
clang::Decl *  to 
)
pure virtual

A decl has been imported for the first time.


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