Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp141 FileSpec partial_spec(m_request.GetCursorArgumentPrefix()); in SourceFileCompleter() local
142 m_file_name = partial_spec.GetFilename().GetCString(); in SourceFileCompleter()
143 m_dir_name = partial_spec.GetDirectory().GetCString(); in SourceFileCompleter()