Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp548 CreateSourceCode(diagnostic_manager, exe_ctx, m_imported_cpp_modules, in PrepareForParsing()
627 m_imported_cpp_modules = module_config.GetImportedModules(); in SetupCppModuleImports()
631 llvm::make_range(m_imported_cpp_modules.begin(), in SetupCppModuleImports()
632 m_imported_cpp_modules.end())); in SetupCppModuleImports()
680 if (!m_imported_cpp_modules.empty()) { in Parse()
689 CreateSourceCode(retry_manager, exe_ctx, m_imported_cpp_modules, in Parse()
H A DClangUserExpression.h178 bool DidImportCxxModules() const { return !m_imported_cpp_modules.empty(); } in DidImportCxxModules()
254 std::vector<std::string> m_imported_cpp_modules; variable