clang 22.0.0git
ModuleCache.cpp File Reference
#include "clang/Serialization/ModuleCache.h"
#include "clang/Serialization/InMemoryModuleCache.h"
#include "clang/Serialization/ModuleFile.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/LockFileManager.h"
#include "llvm/Support/Path.h"

Go to the source code of this file.

Functions

static void writeTimestampFile (StringRef TimestampFile)
 Write a new timestamp file with the given path.

Function Documentation

◆ writeTimestampFile()

void writeTimestampFile ( StringRef TimestampFile)
static

Write a new timestamp file with the given path.

Definition at line 20 of file ModuleCache.cpp.

Referenced by clang::maybePruneImpl().