HomeSort by relevance Sort by last modified time
    Searched refs:VFS (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Distro.h 77 /// Detects the distribution using specified VFS.
78 explicit Distro(clang::vfs::FileSystem& VFS);
Driver.h 41 namespace vfs { namespace in namespace:clang
70 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
267 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
279 vfs::FileSystem &getVFS() const { return *VFS; }
  /external/clang/include/clang/Driver/
Driver.h 41 namespace vfs { namespace in namespace:clang
71 IntrusiveRefCntPtr<vfs::FileSystem> VFS;
231 IntrusiveRefCntPtr<vfs::FileSystem> VFS = nullptr);
244 vfs::FileSystem &getVFS() const { return *VFS; }
  /external/clang/lib/Frontend/
ASTUnit.cpp 673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem();
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
    [all...]
FrontendAction.cpp 244 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS =
247 CI.setVirtualFileSystem(VFS);
  /external/libcap/libcap/
cap_file.c 31 # error VFS representation of capabilities is not the same size as kernel
  /external/clang/lib/Tooling/
Tooling.cpp 52 IntrusiveRefCntPtr<vfs::FileSystem> VFS) {
55 *Diagnostics, std::move(VFS));
133 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem(
134 new vfs::OverlayFileSystem(vfs::getRealFileSystem()));
135 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
136 new vfs::InMemoryFileSystem);
321 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem()))
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 53 IntrusiveRefCntPtr<vfs::FileSystem> VFS)
54 : Opts(createDriverOptTable()), Diags(Diags), VFS(std::move(VFS)),
65 // Provide a sane fallback if no VFS is specified.
66 if (!this->VFS)
67 this->VFS = vfs::getRealFileSystem();
737 SmallString<128> VFS;
743 VFS = llvm::sys::path::filename(TempFile)
    [all...]
ToolChains.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 395 "VFS",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 395 "VFS",

Completed in 694 milliseconds

1 2