Home
last modified time | relevance | path

Searched refs:FileSystemOptions (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h55 FileSystemOptions FileSystemOpts;
136 FileManager(const FileSystemOptions &FileSystemOpts,
242 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
243 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
H A DFileSystemOptions.h22 class FileSystemOptions {
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCanonicalIncludesTests.cpp60 FileManager Files(FileSystemOptions(), InMemFS); in TEST()
67 FileManager Files(FileSystemOptions(), InMemFS); in TEST()
91 FileManager Files(FileSystemOptions(), InMemFS); in TEST()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h147 FileSystemOptions FileSystemOpts;
170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
172 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
H A DASTUnit.h127 FileSystemOptions FileSystemOpts;
479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
695 const FileSystemOptions &FileSystemOpts,
H A DCompilerInstance.h275 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts()
278 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp54 new FileManager(FileSystemOptions(), vfs::getRealFileSystem()); in createASTUnit()
95 ASTUnit::LoadEverything, Diags, FileSystemOptions(), in TEST_F()
143 FileManager *FileMgr = new FileManager(FileSystemOptions(), InMemoryFs); in TEST_F()
H A DTextDiagnosticTest.cpp39 FileSystemOptions FSOpts; in TEST()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp98 FileSystemOptions options;
430 FileSystemOptions Opts; in TEST_F()
451 FileSystemOptions Opts; in TEST_F()
478 FileSystemOptions Opts; in TEST_F()
510 FileSystemOptions Opts; in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-apply-replacements/
H A DApplyReplacementsTest.cpp38 FileManager Files((FileSystemOptions())); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DTweakTests.cpp46 FileManager FM(FileSystemOptions(), MemFS); in TEST()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp33 new FileManager(FileSystemOptions())); in HandleCXX()
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.h49 new FileManager(FileSystemOptions(), FS);
/llvm-project-15.0.7/clang-tools-extra/unittests/include/common/
H A DVirtualFileHelper.h39 Files((FileSystemOptions())) {} in VirtualFileHelper()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DPPMemoryAllocationsTest.cpp37 FileSystemOptions FileMgrOpts;
H A DPPConditionalDirectiveRecordTest.cpp42 FileSystemOptions FileMgrOpts;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTVectorTest.cpp34 FileSystemOptions FileMgrOpts;
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp183 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST()
209 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST()
235 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST()
264 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST()
310 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST()
H A DRewriterTestContext.h58 Files(FileSystemOptions(), OverlayFileSystem), in RewriterTestContext()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp288 Files = new FileManager(FileSystemOptions(), RealFS); in DependencyScanningWorker()
318 Files ? Files : new FileManager(FileSystemOptions(), RealFS); in computeDependencies()
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularizeUtilities.h211 clang::FileSystemOptions FileSystemOpts;
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp112 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS); in main()
/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/tool/
H A DClangApplyReplacementsMain.cpp135 FileManager Files((FileSystemOptions())); in main()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp211 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs()
439 : new FileManager(FileSystemOptions(), OverlayFileSystem)) { in ClangTool()
659 new FileManager(FileSystemOptions(), OverlayFileSystem)); in buildASTFromCodeWithArgs()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp139 FileSystemOptions file_opts; in Highlight()

123