Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h250 Stat = llvm::vfs::Status::copyWithNewSize(Stat, getContents().size()); in getStatus()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp39 Stat = llvm::vfs::Status::copyWithNewSize(Stat, Buffer->getBufferSize()); in readFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h80 static Status copyWithNewSize(const Status &In, uint64_t NewSize);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp74 Status Status::copyWithNewSize(const Status &In, uint64_t NewSize) { in copyWithNewSize() function in Status