Searched refs:CxxModuleHandler (Results 1 – 4 of 4) sorted by relevance
32 class CxxModuleHandler {49 CxxModuleHandler() = default;50 CxxModuleHandler(clang::ASTImporter &importer, clang::ASTContext *target);
19 CxxModuleHandler::CxxModuleHandler(ASTImporter &importer, ASTContext *target) in CxxModuleHandler() function in CxxModuleHandler182 llvm::Optional<Decl *> CxxModuleHandler::tryInstantiateStdTemplate(Decl *d) { in tryInstantiateStdTemplate()289 llvm::Optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import()
285 CxxModuleHandler m_handler;297 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope()334 CxxModuleHandler *m_std_handler = nullptr;
356 SRCS+= Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp