/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileManager.h | 55 FileSystemOptions FileSystemOpts; 142 FileManager(const FileSystemOptions &FileSystemOpts, 248 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 249 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() 395 FileSystemOptions &getMutFileSystemOpts();
|
H A D | ASTUnit.h | 128 FileSystemOptions FileSystemOpts; 482 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 698 const FileSystemOptions &FileSystemOpts,
|
H A D | CompilerInstance.h | 304 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() 307 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
|
/freebsd/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/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() 520 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
|
/freebsd/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() 257 FileSystemOptions &CowCompilerInvocation::getMutFileSystemOpts() { in getMutFileSystemOpts() 2384 static void GenerateFileSystemArgs(const FileSystemOptions &Opts, in GenerateFileSystemArgs() 2386 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() 2394 static bool ParseFileSystemArgs(FileSystemOptions &Opts, const ArgList &Args, in ParseFileSystemArgs() 2398 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs()
|
H A D | ASTUnit.cpp | 803 const FileSystemOptions &FileSystemOpts, 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 | 83 class FileSystemOptions; variable 161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() 271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 46 FileManager::FileManager(const FileSystemOptions &FSO, in FileManager()
|
H A D | SourceManager.cpp | 2381 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 628 llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions{}, FinalFS); in computeDependencies()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 2213 FileSystemOptions FSOpts; in getFileRemappingsFromFileList()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 200 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() 6109 FileSystemOptions FSOpts; in ParseFileSystemOptions()
|
H A D | ASTWriter.cpp | 1605 const FileSystemOptions &FSOpts = in WriteControlBlock()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 677 clang::FileSystemOptions file_system_options; in CreateASTContext()
|