HomeSort by relevance Sort by last modified time
    Searched refs:ExternalFS (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Basic/
VirtualFileSystem.cpp 427 /// virtual file paths to existing external files, available in \c ExternalFS.
480 IntrusiveRefCntPtr<FileSystem> ExternalFS;
498 VFSFromYAML(IntrusiveRefCntPtr<FileSystem> ExternalFS)
499 : ExternalFS(ExternalFS), CaseSensitive(true), UseExternalNames(true) {}
522 IntrusiveRefCntPtr<FileSystem> ExternalFS);
871 IntrusiveRefCntPtr<FileSystem> ExternalFS) {
886 std::unique_ptr<VFSFromYAML> FS(new VFSFromYAML(ExternalFS));
952 ErrorOr<Status> S = ExternalFS->status(F->getExternalContentsPath());
986 ExternalFS->openFileForRead(F->getExternalContentsPath(), Result)
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 259 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 541 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) {
543 return getVFSFromYAML(Buffer, CountingDiagHandler, this, ExternalFS);
548 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) {
551 return getFromYAMLRawString(VersionPlusContent, ExternalFS);
    [all...]

Completed in 80 milliseconds