| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | FileManager.h | 55 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 D | FileSystemOptions.h | 22 class FileSystemOptions {
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | CanonicalIncludesTests.cpp | 60 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 D | CompilerInvocation.h | 147 FileSystemOptions FileSystemOpts; 170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 172 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
|
| H A D | ASTUnit.h | 127 FileSystemOptions FileSystemOpts; 479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 695 const FileSystemOptions &FileSystemOpts,
|
| H A D | CompilerInstance.h | 275 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() 278 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | ASTUnitTest.cpp | 54 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 D | TextDiagnosticTest.cpp | 39 FileSystemOptions FSOpts; in TEST()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | FileManagerTest.cpp | 98 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 D | ApplyReplacementsTest.cpp | 38 FileManager Files((FileSystemOptions())); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | TweakTests.cpp | 46 FileManager FM(FileSystemOptions(), MemFS); in TEST()
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/ |
| H A D | handle_cxx.cpp | 33 new FileManager(FileSystemOptions())); in HandleCXX()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTestBase.h | 49 new FileManager(FileSystemOptions(), FS);
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/include/common/ |
| H A D | VirtualFileHelper.h | 39 Files((FileSystemOptions())) {} in VirtualFileHelper()
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | PPMemoryAllocationsTest.cpp | 37 FileSystemOptions FileMgrOpts;
|
| H A D | PPConditionalDirectiveRecordTest.cpp | 42 FileSystemOptions FileMgrOpts;
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTVectorTest.cpp | 34 FileSystemOptions FileMgrOpts;
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ToolingTest.cpp | 183 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 D | RewriterTestContext.h | 58 Files(FileSystemOptions(), OverlayFileSystem), in RewriterTestContext()
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 288 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 D | ModularizeUtilities.h | 211 clang::FileSystemOptions FileSystemOpts;
|
| /llvm-project-15.0.7/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 112 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/tool/ |
| H A D | ClangApplyReplacementsMain.cpp | 135 FileManager Files((FileSystemOptions())); in main()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 211 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 D | ClangHighlighter.cpp | 139 FileSystemOptions file_opts; in Highlight()
|