OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OverlayFileSystem
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Tooling/
Tooling.h
335
llvm::IntrusiveRefCntPtr<vfs::
OverlayFileSystem
>
OverlayFileSystem
;
/external/clang/unittests/Tooling/
RewriterTestContext.h
43
OverlayFileSystem
(
44
new vfs::
OverlayFileSystem
(vfs::getRealFileSystem())),
45
Files(FileSystemOptions(),
OverlayFileSystem
),
50
OverlayFileSystem
->pushOverlay(InMemoryFileSystem);
118
IntrusiveRefCntPtr<vfs::
OverlayFileSystem
>
OverlayFileSystem
;
/external/clang/include/clang/Basic/
VirtualFileSystem.h
235
/// one file system, the \p
OverlayFileSystem
contains a directory containing
240
class
OverlayFileSystem
: public FileSystem {
247
OverlayFileSystem
(IntrusiveRefCntPtr<FileSystem> Base);
/external/clang/lib/Basic/
VirtualFileSystem.cpp
271
//
OverlayFileSystem
implementation
273
OverlayFileSystem
::
OverlayFileSystem
(IntrusiveRefCntPtr<FileSystem> BaseFS) {
277
void
OverlayFileSystem
::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) {
284
ErrorOr<Status>
OverlayFileSystem
::status(const Twine &Path) {
295
OverlayFileSystem
::openFileForRead(const llvm::Twine &Path) {
306
OverlayFileSystem
::getCurrentWorkingDirectory() const {
311
OverlayFileSystem
::setCurrentWorkingDirectory(const Twine &Path) {
322
OverlayFileSystem
&Overlays;
324
OverlayFileSystem
::iterator CurrentFS
[
all
...]
Completed in 2741 milliseconds