Searched refs:CxxModuleHandler (Results 1 – 4 of 4) sorted by relevance
33 class CxxModuleHandler {50 CxxModuleHandler() = default;51 CxxModuleHandler(clang::ASTImporter &importer, clang::ASTContext *target);
21 CxxModuleHandler::CxxModuleHandler(ASTImporter &importer, ASTContext *target) in CxxModuleHandler() function in CxxModuleHandler184 std::optional<Decl *> CxxModuleHandler::tryInstantiateStdTemplate(Decl *d) { in tryInstantiateStdTemplate()292 std::optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import()
307 CxxModuleHandler m_handler;319 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope()356 CxxModuleHandler *m_std_handler = nullptr;
391 SRCS+= Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp