Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp73 std::function<const FileSpec &(size_t)> get_ith) { in FindFileIndex() argument
79 const FileSpec &ith = get_ith(idx); in FindFileIndex()