Home
last modified time | relevance | path

Searched refs:copyWithNewSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h306 Stat = llvm::vfs::Status::copyWithNewSize(Stat, getContents().size()); in getStatus()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp39 Stat = llvm::vfs::Status::copyWithNewSize(Stat, Buffer->getBufferSize()); in readFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h78 static Status copyWithNewSize(const Status &In, uint64_t NewSize);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp75 Status Status::copyWithNewSize(const Status &In, uint64_t NewSize) { in copyWithNewSize() function in Status