Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDFileSpecList.cpp124 const FileSpec &curr_file = m_files[idx]->GetSpecOnly(); in FindCompatibleIndex() local
127 if (!curr_file.FileEquals(file_spec)) in FindCompatibleIndex()
133 if (FileSpec::Equal(curr_file, file_spec, full)) { in FindCompatibleIndex()
135 } else if (curr_file.IsRelative() || file_spec_relative) { in FindCompatibleIndex()
136 llvm::StringRef curr_file_dir = curr_file.GetDirectory().GetStringRef(); in FindCompatibleIndex()
153 file_spec_case_sensitive || curr_file.IsCaseSensitive(); in FindCompatibleIndex()