Searched refs:m_repl_source_path (Results 1 – 2 of 2) sorted by relevance
64 m_repl_source_path = tmpdir_file_spec.GetPath(); in GetSourcePath()330 expr_options.SetPoundLine(m_repl_source_path.c_str(), in IOHandlerInputComplete()455 if (!m_repl_source_path.empty()) { in IOHandlerInputComplete()457 FileSpec(m_repl_source_path), in IOHandlerInputComplete()470 m_repl_source_path.c_str(), message.c_str()); in IOHandlerInputComplete()475 std::make_shared<SupportFile>(FileSpec(m_repl_source_path)), in IOHandlerInputComplete()564 m_repl_source_path = GetSourcePath(); in RunLoop()575 if (!m_repl_source_path.empty()) { in RunLoop()
164 std::string m_repl_source_path; variable