Searched refs:m_removed_prefix_opt (Results 1 – 2 of 2) sorted by relevance
31 m_removed_prefix_opt(removed_prefix_opt) {} in BreakpointResolverFileLine()222 if (!m_removed_prefix_opt.has_value() && request_file.IsRelative()) in DeduceSourceMapping()241 if (m_removed_prefix_opt.has_value()) in DeduceSourceMapping()242 llvm::sys::path::append(new_mapping_to, *m_removed_prefix_opt); in DeduceSourceMapping()
68 std::optional<llvm::StringRef> m_removed_prefix_opt; variable