Searched refs:path_ref (Results 1 – 2 of 2) sorted by relevance
192 llvm::StringRef path_ref(path); in ReverseRemapPath() local194 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()197 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
366 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local367 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()368 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()