Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
291 std::optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import()
H A DClangASTImporter.h285 CxxModuleHandler m_handler;
297 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope()
334 CxxModuleHandler *m_std_handler = nullptr;
H A DCMakeLists.txt23 CxxModuleHandler.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbPluginExpressionParser/
H A DMakefile30 CxxModuleHandler.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn65 "CxxModuleHandler.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4157 lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h