Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp240 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local
518 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local
/src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp235 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
697 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
/src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp585 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local
/src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2372 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local
/src/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp826 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem