#pragma once // // This file is distributed under the MIT License. See LICENSE.md for details. // #include #include #include "llvm/ADT/StringRef.h" std::optional findPathCaseInsensitive(llvm::StringRef Root, llvm::StringRef CaseInsensitivePath);