HomeSort by: relevance | last modified time | path
    Searched defs:InMemoryFileSystem (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
Tooling.h 372 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem;
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 184 llvm::vfs::InMemoryFileSystem *MemFS) {
202 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
203 new llvm::vfs::InMemoryFileSystem);
204 FileManager Files(FileSystemOptions(), InMemoryFileSystem);
210 InMemoryFileSystem.get());
432 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
433 new llvm::vfs::InMemoryFileSystem);
434 FileManager Files(FileSystemOptions(), InMemoryFileSystem);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
Replacement.cpp 584 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
585 new llvm::vfs::InMemoryFileSystem);
586 FileManager Files(FileSystemOptions(), InMemoryFileSystem);
592 InMemoryFileSystem->addFile(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 416 class InMemoryFileSystem : public FileSystem {
431 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
432 ~InMemoryFileSystem() override;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 701 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths)
708 InMemoryFileSystem::~InMemoryFileSystem() = default;
710 std::string InMemoryFileSystem::toString() const {
714 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime,
805 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime,
815 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime,
827 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir,
870 bool InMemoryFileSystem::addHardLink(const Twine &FromPath
    [all...]

Completed in 28 milliseconds