Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h390 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp240 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local
514 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp232 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
697 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp584 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2371 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp838 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem