OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OverlayFileSystem
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/
Tooling.h
371
llvm::IntrusiveRefCntPtr<llvm::vfs::
OverlayFileSystem
>
OverlayFileSystem
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
317
/// one file system, the \p
OverlayFileSystem
contains a directory containing
322
class
OverlayFileSystem
: public FileSystem {
330
OverlayFileSystem
(IntrusiveRefCntPtr<FileSystem> Base);
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
386
//
OverlayFileSystem
implementation
389
OverlayFileSystem
::
OverlayFileSystem
(IntrusiveRefCntPtr<FileSystem> BaseFS) {
393
void
OverlayFileSystem
::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) {
400
ErrorOr<Status>
OverlayFileSystem
::status(const Twine &Path) {
411
OverlayFileSystem
::openFileForRead(const llvm::Twine &Path) {
422
OverlayFileSystem
::getCurrentWorkingDirectory() const {
428
OverlayFileSystem
::setCurrentWorkingDirectory(const Twine &Path) {
435
std::error_code
OverlayFileSystem
::isLocal(const Twine &Path, bool &Result) {
443
OverlayFileSystem
::getRealPath(const Twine &Path
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026