Searched defs:ASTImporterDelegate (Results 1 – 1 of 1) sorted by relevance
261 struct ASTImporterDelegate : public clang::ASTImporter { struct262 ASTImporterDelegate(ClangASTImporter &main, clang::ASTContext *target_ctx, in ASTImporterDelegate() function286 /// The ASTImporterDelegate we are supposed to attach the handler to. argument287 ASTImporterDelegate &m_delegate; argument292 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() argument302 ~CxxModuleScope() { in ~CxxModuleScope()339 typedef std::shared_ptr<ASTImporterDelegate> ImporterDelegateSP; argument