Searched refs:CxxModuleHandler (Results 1 – 7 of 7) 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()291 std::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
30 CxxModuleHandler.cpp \
65 "CxxModuleHandler.cpp",
4157 lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h