Searched refs:CxxModuleHandler (Results 1 – 6 of 6) sorted by relevance
32 class CxxModuleHandler {49 CxxModuleHandler() = default;50 CxxModuleHandler(clang::ASTImporter &importer, clang::ASTContext *target);
20 CxxModuleHandler::CxxModuleHandler(ASTImporter &importer, ASTContext *target) in CxxModuleHandler() function in CxxModuleHandler183 llvm::Optional<Decl *> CxxModuleHandler::tryInstantiateStdTemplate(Decl *d) { in tryInstantiateStdTemplate()290 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;
23 CxxModuleHandler.cpp
64 "CxxModuleHandler.cpp",
4162 lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h