Searched refs:LocalPath (Results 1 – 2 of 2) sorted by relevance
123 if (Optional<std::string> LocalPath = Fetcher.fetchBuildID(BuildID)) in fetchDebugInfo() local124 return *LocalPath; in fetchDebugInfo()
100 llvm::SmallString<256> LocalPath = llvm::StringRef(RemoteIndexRoot); in fromProtobuf() local101 append(LocalPath, Path); in fromProtobuf()104 llvm::sys::path::native(LocalPath); in fromProtobuf()105 Result.ProximityPaths.push_back(std::string(LocalPath)); in fromProtobuf()