Home
last modified time | relevance | path

Searched defs:InMemoryFileSystem (Results 1 – 12 of 12) sorted by relevance

/external/clang/unittests/Driver/
DToolChainTest.cpp34 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
87 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
/external/clang/lib/Index/
DSimpleFormatContext.h66 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/external/clang/tools/clang-format/
DClangFormat.cpp132 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local
281 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/internal/io/
DInMemoryFileSystem.java29 public final class InMemoryFileSystem implements FileSystem { class
/external/clang/unittests/Tooling/
DRewriterTestContext.h117 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
DToolingTest.cpp154 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
180 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
/external/clang/include/clang/Tooling/
DTooling.h336 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/external/clang/lib/Tooling/
DTooling.cpp130 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
487 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
/external/clang/lib/Tooling/Core/
DReplacement.cpp258 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp122 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; member in __anon5251a5b10111::PPCallbacksTest
/external/clang/lib/Format/
DFormat.cpp1893 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in reformat() local
/external/clang/lib/Basic/
DVirtualFileSystem.cpp478 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in clang::vfs::InMemoryFileSystem