Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DCxxModuleHandler.h33 class CxxModuleHandler {
50 CxxModuleHandler() = default;
51 CxxModuleHandler(clang::ASTImporter &importer, clang::ASTContext *target);
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()
DClangASTImporter.h285 CxxModuleHandler m_handler;
297 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope()
334 CxxModuleHandler *m_std_handler = nullptr;
DCMakeLists.txt23 CxxModuleHandler.cpp
/openbsd/src/gnu/usr.bin/clang/liblldbPluginExpressionParser/
DMakefile30 CxxModuleHandler.cpp \
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4157 lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h