Home
last modified time | relevance | path

Searched refs:CxxModuleHandler (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.h33 class CxxModuleHandler {
50 CxxModuleHandler() = default;
51 CxxModuleHandler(clang::ASTImporter &importer, clang::ASTContext *target);
H A DCxxModuleHandler.cpp21 CxxModuleHandler::CxxModuleHandler(ASTImporter &importer, ASTContext *target) in CxxModuleHandler() function in CxxModuleHandler
184 std::optional<Decl *> CxxModuleHandler::tryInstantiateStdTemplate(Decl *d) { in tryInstantiateStdTemplate()
292 std::optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import()
H A DClangASTImporter.h307 CxxModuleHandler m_handler;
319 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope()
356 CxxModuleHandler *m_std_handler = nullptr;
/freebsd/lib/clang/liblldb/
H A DMakefile391 SRCS+= Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp