Searched defs:InMemoryFileSystem (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Index/
H A DSimpleFormatContext.h41 InMemoryFileSystem(new vfs::InMemoryFileSystem),
42 Files(FileSystemOptions(), InMemoryFileSystem),
49 InMemoryFileSystem->addFile(Name, 0,
66 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; member in class:clang::index::SimpleFormatContext
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/internal/io/
H A DInMemoryFileSystem.java29 public final class InMemoryFileSystem implements FileSystem { class in inherits:FileSystem
/external/clang/include/clang/Tooling/
H A DTooling.h336 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; member in class:clang::tooling::ClangTool
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h42 InMemoryFileSystem(new vfs::InMemoryFileSystem),
50 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
58 InMemoryFileSystem->addFile(Name, 0, std::move(Source));
117 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; member in class:clang::RewriterTestContext
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h273 class InMemoryFileSystem : public FileSystem { class in namespace:clang::vfs
279 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
280 ~InMemoryFileSystem() override;
/external/clang/tools/clang-format/
H A DClangFormat.cpp115 vfs::InMemoryFileSystem *MemFS) {
132 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
133 new vfs::InMemoryFileSystem);
134 FileManager Files(FileSystemOptions(), InMemoryFileSystem); local
140 InMemoryFileSystem.get());
281 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
282 new vfs::InMemoryFileSystem);
283 FileManager Files(FileSystemOptions(), InMemoryFileSystem); local
[all...]
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp113 : InMemoryFileSystem(new vfs::InMemoryFileSystem),
114 FileMgr(FileSystemOptions(), InMemoryFileSystem),
122 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; member in class:__anon3241::PPCallbacksTest
137 InMemoryFileSystem->addFile(HeaderPath, 0,
/external/clang/lib/Tooling/Core/
H A DReplacement.cpp258 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem(
259 new vfs::InMemoryFileSystem);
260 FileManager Files(FileSystemOptions(), InMemoryFileSystem); local
266 InMemoryFileSystem->addFile(
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp478 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) function in class:clang::vfs::InMemoryFileSystem
485 InMemoryFileSystem::~InMemoryFileSystem() {}
487 std::string InMemoryFileSystem::toString() const {
491 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime,
556 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime,
564 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir,
601 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) {
609 InMemoryFileSystem
[all...]

Completed in 181 milliseconds