Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp116 enum IsCompatibleResult { enum
122 IsCompatibleResult IsCompatible(const FileSpec &curr_file, in IsCompatible()
132 return IsCompatibleResult::kNoMatch; in IsCompatible()
138 return IsCompatibleResult::kBothDirectoryAndFileMatch; in IsCompatible()
143 return IsCompatibleResult::kBothDirectoryAndFileMatch; in IsCompatible()
161 return IsCompatibleResult::kBothDirectoryAndFileMatch; in IsCompatible()
163 return IsCompatibleResult::kOnlyFileMatch; in IsCompatible()
176 IsCompatibleResult result = IsCompatible(curr_file, file_spec); in FindCompatibleIndex()
177 if (result == IsCompatibleResult::kBothDirectoryAndFileMatch) in FindCompatibleIndex()
180 if (realpath_prefixes && result == IsCompatibleResult::kOnlyFileMatch) { in FindCompatibleIndex()
[all …]