Home
last modified time | relevance | path

Searched refs:m_imported_cpp_modules (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp551 CreateSourceCode(diagnostic_manager, exe_ctx, m_imported_cpp_modules, in PrepareForParsing()
628 m_imported_cpp_modules = module_config.GetImportedModules(); in SetupCppModuleImports()
632 llvm::make_range(m_imported_cpp_modules.begin(), in SetupCppModuleImports()
633 m_imported_cpp_modules.end())); in SetupCppModuleImports()
688 if (!m_imported_cpp_modules.empty()) { in Parse()
697 CreateSourceCode(retry_manager, exe_ctx, m_imported_cpp_modules, in Parse()
H A DClangUserExpression.h175 bool DidImportCxxModules() const { return !m_imported_cpp_modules.empty(); } in DidImportCxxModules()
251 std::vector<std::string> m_imported_cpp_modules; variable