Searched refs:ASTImporterDelegate (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTImporter.h170 /// Listener interface used by the ASTImporterDelegate to inform other code
185 /// When intercepting a declaration import, the ASTImporterDelegate uses the
188 struct ASTImporterDelegate : public clang::ASTImporter { struct in class:lldb_private::ClangASTImporter
189 ASTImporterDelegate(ClangASTImporter &master, clang::ASTContext *target_ctx, function in struct:lldb_private::ClangASTImporter::ASTImporterDelegate
197 /// Scope guard that attaches a CxxModuleHandler to an ASTImporterDelegate
199 /// times on the same ASTImporterDelegate instance in nested scopes.
201 /// The handler we attach to the ASTImporterDelegate.
203 /// The ASTImporterDelegate we are supposed to attach the handler to.
204 ASTImporterDelegate &m_delegate;
205 /// True iff we attached the handler to the ASTImporterDelegate
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp45 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, &dst_clang_ast);
70 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast);
587 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp,
656 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp,
859 ClangASTImporter::ASTImporterDelegate::ImportImpl(Decl *From) {
909 void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(
1005 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from,
1163 ClangASTImporter::ASTImporterDelegate::GetOriginalDecl(clang::Decl *To) {

Completed in 113 milliseconds