Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp554 CreateSourceCode(diagnostic_manager, exe_ctx, m_imported_cpp_modules, in PrepareForParsing()
631 m_imported_cpp_modules = module_config.GetImportedModules(); in SetupCppModuleImports()
635 llvm::make_range(m_imported_cpp_modules.begin(), in SetupCppModuleImports()
636 m_imported_cpp_modules.end())); in SetupCppModuleImports()
691 if (!m_imported_cpp_modules.empty()) { in Parse()
694 CreateSourceCode(diagnostic_manager, exe_ctx, m_imported_cpp_modules, in Parse()
H A DClangUserExpression.h172 bool DidImportCxxModules() const { return !m_imported_cpp_modules.empty(); } in DidImportCxxModules()
244 std::vector<std::string> m_imported_cpp_modules; variable