| /freebsd-14.2/contrib/llvm-project/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 {
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 103 std::shared_ptr<FileSystemOptions> FSOpts; 140 const FileSystemOptions &getFileSystemOpts() const { return *FSOpts; } in getFileSystemOpts() 253 FileSystemOptions &getFileSystemOpts() { return *FSOpts; } in getFileSystemOpts() 380 FileSystemOptions &getMutFileSystemOpts();
|
| H A D | ASTUnit.h | 128 FileSystemOptions FileSystemOpts; 482 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 697 const FileSystemOptions &FileSystemOpts,
|
| H A D | CompilerInstance.h | 283 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() 286 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 219 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs() 481 : new FileManager(FileSystemOptions(), OverlayFileSystem)) { in ClangTool() 701 new FileManager(FileSystemOptions(), OverlayFileSystem)); in buildASTFromCodeWithArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 112 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS); in main()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 140 FileSystemOptions file_opts; in Highlight()
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 233 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges() 510 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 30 FileSystemOptions FO; in readDiagnostics()
|
| H A D | CompilerInvocation.cpp | 149 FSOpts(std::make_shared<FileSystemOptions>()), in CompilerInvocationBase() 246 FileSystemOptions &CowCompilerInvocation::getMutFileSystemOpts() { in getMutFileSystemOpts() 2311 static void GenerateFileSystemArgs(const FileSystemOptions &Opts, in GenerateFileSystemArgs() 2313 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() 2321 static bool ParseFileSystemArgs(FileSystemOptions &Opts, const ArgList &Args, in ParseFileSystemArgs() 2325 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs()
|
| H A D | ASTUnit.cpp | 792 const FileSystemOptions &FileSystemOpts, in LoadFromASTFile()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.h | 79 : m_file_manager(clang::FileSystemOptions(), in ClangASTImporter()
|
| H A D | ClangExpressionSourceCode.cpp | 257 FileSystemOptions file_opts; in TokenVerifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 23 FileMgr.reset(new FileManager(FileSystemOptions())); in FileRemapper()
|
| H A D | ObjCMT.cpp | 2213 FileSystemOptions FSOpts; in getFileRemappingsFromFileList()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 83 class FileSystemOptions; variable 161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() 271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 460 FileSystemOptions FSOpts; in computeDependencies()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 587 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 52 FileManager::FileManager(const FileSystemOptions &FSO, in FileManager()
|
| H A D | SourceManager.cpp | 2342 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 195 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() 6103 FileSystemOptions FSOpts; in ParseFileSystemOptions()
|
| H A D | ASTWriter.cpp | 1492 const FileSystemOptions &FSOpts = in WriteControlBlock()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 738 clang::FileSystemOptions file_system_options; in CreateASTContext()
|