Home
last modified time | relevance | path

Searched defs:ASTImporterDelegate (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h261 struct ASTImporterDelegate : public clang::ASTImporter { struct
262 ASTImporterDelegate(ClangASTImporter &main, clang::ASTContext *target_ctx, in ASTImporterDelegate() function
286 /// The ASTImporterDelegate we are supposed to attach the handler to. argument
287 ASTImporterDelegate &m_delegate; argument
292 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() argument
302 ~CxxModuleScope() { in ~CxxModuleScope()
339 typedef std::shared_ptr<ASTImporterDelegate> ImporterDelegateSP; argument