#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemStatCache.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/IOSandbox.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <climits>
#include <cstdint>
#include <cstdlib>
#include <optional>
#include <string>
#include <utility>
Go to the source code of this file.
|
| static void | normalizeCacheKey (StringRef &Path, std::optional< std::string > &Storage) |
◆ DEBUG_TYPE
| #define DEBUG_TYPE "file-search" |
◆ normalizeCacheKey()
| void normalizeCacheKey |
( |
StringRef & | Path, |
|
|
std::optional< std::string > & | Storage ) |
|
static |