Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp79 const FileSpec &ith = get_ith(idx); in FindFileIndex() local
81 if (ConstString::Equals(ith.GetFilename(), file_spec.GetFilename(), in FindFileIndex()
83 ith.IsCaseSensitive())) in FindFileIndex()
86 if (FileSpec::Equal(ith, file_spec, full)) in FindFileIndex()