Searched refs:path_ref (Results 1 – 2 of 2) sorted by relevance
237 llvm::StringRef path_ref(path); in ReverseRemapPath() local241 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()247 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
246 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local247 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()248 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()