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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DSimpleFormatContext.h63 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; member in class:clang::index::SimpleFormatContext
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h382 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; member in class:clang::tooling::ClangTool
/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp187 FileManager Files(FileSystemOptions(), InMemoryFileSystem); local
412 FileManager Files(FileSystemOptions(), InMemoryFileSystem); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp586 FileManager Files(FileSystemOptions(), InMemoryFileSystem); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h415 class InMemoryFileSystem : public FileSystem { class in namespace:llvm::vfs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp679 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) function in class:llvm::vfs::InMemoryFileSystem
[all...]

Completed in 201 milliseconds