| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileManager.h | 55 FileSystemOptions FileSystemOpts; 142 FileManager(const FileSystemOptions &FileSystemOpts, 216 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 217 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
|
| H A D | FileSystemOptions.h | 22 class FileSystemOptions {
|
| /freebsd/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() 258 FileSystemOptions &getFileSystemOpts() { return *FSOpts; } in getFileSystemOpts() 381 FileSystemOptions &getMutFileSystemOpts();
|
| H A D | ASTUnit.h | 133 FileSystemOptions FileSystemOpts; 494 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 711 const FileSystemOptions &FileSystemOpts,
|
| H A D | CompilerInstance.h | 296 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() 299 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 216 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs() 479 : new FileManager(FileSystemOptions(), OverlayFileSystem)) { in ClangTool() 701 new FileManager(FileSystemOptions(), OverlayFileSystem)); in buildASTFromCodeWithArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 140 FileSystemOptions file_opts; in Highlight()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 242 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges() 516 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 28 FileSystemOptions FO; in readDiagnostics()
|
| H A D | CompilerInvocation.cpp | 135 FSOpts(std::make_shared<FileSystemOptions>()), in CompilerInvocationBase() 234 FileSystemOptions &CowCompilerInvocation::getMutFileSystemOpts() { in getMutFileSystemOpts() 2554 static void GenerateFileSystemArgs(const FileSystemOptions &Opts, in GenerateFileSystemArgs() 2556 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() 2564 static bool ParseFileSystemArgs(FileSystemOptions &Opts, const ArgList &Args, in ParseFileSystemArgs() 2568 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs()
|
| H A D | ASTUnit.cpp | 804 const FileSystemOptions &FileSystemOpts, const HeaderSearchOptions &HSOpts, in LoadFromASTFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 257 FileSystemOptions file_opts; in TokenVerifier()
|
| H A D | ClangASTImporter.h | 80 : m_file_manager(clang::FileSystemOptions(), in ClangASTImporter()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 85 class FileSystemOptions; variable 163 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() 289 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 44 FileManager::FileManager(const FileSystemOptions &FSO, in FileManager()
|
| H A D | SourceManager.cpp | 2380 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 586 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 737 llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions{}, FS); in scanDependencies()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 194 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() 6443 FileSystemOptions FSOpts; in ParseFileSystemOptions()
|
| H A D | ASTWriter.cpp | 1669 const FileSystemOptions &FSOpts = FileMgr.getFileSystemOpts(); in WriteControlBlock()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 678 clang::FileSystemOptions file_system_options; in CreateASTContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 774 …:string const&, llvm::IntrusiveRefCntPtr<clang::Diagnostic>, clang::FileSystemOptions const&, bool… 11478 …C1ERKNS_17FileSystemOptionsE", "clang::FileManager::FileManager(clang::FileSystemOptions const&)"}, 11479 …C2ERKNS_17FileSystemOptionsE", "clang::FileManager::FileManager(clang::FileSystemOptions const&)"}, 11488 …onsE", "clang::FileManager::FixupRelativePath(llvm::sys::Path&, clang::FileSystemOptions const&)"},
|