Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DTooling.h386 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp229 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local
506 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp227 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
666 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/Core/
H A DReplacement.cpp584 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp2364 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp800 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem