Searched refs:parent_path_end (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp137 size_t parent_path_end(StringRef path, Style style) { function in namespace:__anon3801
467 size_t end_pos = parent_path_end(path, style);
475 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()), style);

Completed in 48 milliseconds