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

  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 208 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
209 new llvm::vfs::InMemoryFileSystem);
210 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
213 InMemoryFileSystem->addFile(FileName, 0,
218 InMemoryFileSystem->addFile(
414 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem),
417 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
462 InMemoryFileSystem->addFile
    [all...]
  /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/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp 111 auto *MemFS = new llvm::vfs::InMemoryFileSystem();
  /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...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
Tooling.h 372 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem;
  /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/clang/lib/Basic/
SourceManager.cpp 2248 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
2249 new llvm::vfs::InMemoryFileSystem);
2250 InMemoryFileSystem->addFile(
2257 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 62 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> PCHFS(
63 new llvm::vfs::InMemoryFileSystem());

Completed in 36 milliseconds