LLDB mainline
|
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. | |
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.
|
virtualdefault |
|
pure virtual |
A decl has been imported for the first time.