Searched defs:ASTImporterDelegate (Results 1 – 1 of 1) sorted by relevance
283 struct ASTImporterDelegate : public clang::ASTImporter { struct284 ASTImporterDelegate(ClangASTImporter &main, clang::ASTContext *target_ctx, in ASTImporterDelegate() function308 /// The ASTImporterDelegate we are supposed to attach the handler to. argument309 ASTImporterDelegate &m_delegate; argument314 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() argument324 ~CxxModuleScope() { in ~CxxModuleScope()361 typedef std::shared_ptr<ASTImporterDelegate> ImporterDelegateSP; argument