Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h55 FileSystemOptions FileSystemOpts;
134 FileManager(const FileSystemOptions &FileSystemOpts,
240 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
241 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
H A DFileSystemOptions.h22 class FileSystemOptions {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h142 FileSystemOptions FileSystemOpts;
165 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
167 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.h274 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts()
277 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp211 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs()
435 : new FileManager(FileSystemOptions(), OverlayFileSystem)) { in ClangTool()
655 new FileManager(FileSystemOptions(), OverlayFileSystem)); in buildASTFromCodeWithArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp116 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS); in main()
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp204 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges()
445 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp139 FileSystemOptions file_opts; in Highlight()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp30 FileSystemOptions FO; in readDiagnostics()
H A DCompilerInvocation.cpp2119 static void GenerateFileSystemArgs(const FileSystemOptions &Opts, in GenerateFileSystemArgs()
2122 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs()
2136 static bool ParseFileSystemArgs(FileSystemOptions &Opts, const ArgList &Args, in ParseFileSystemArgs()
2140 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs()
H A DASTUnit.cpp760 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp290 Files = new FileManager(FileSystemOptions(), RealFS); in DependencyScanningWorker()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp23 FileMgr.reset(new FileManager(FileSystemOptions())); in FileRemapper()
H A DObjCMT.cpp2219 FileSystemOptions FSOpts; in getFileRemappingsFromFileList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h79 : m_file_manager(clang::FileSystemOptions(), in ClangASTImporter()
H A DClangExpressionSourceCode.cpp215 FileSystemOptions file_opts; in TokenVerifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h81 class FileSystemOptions; variable
161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions()
253 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp51 FileManager::FileManager(const FileSystemOptions &FSO, in FileManager()
H A DSourceManager.cpp2259 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp586 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp192 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions()
5838 FileSystemOptions FSOpts; in ParseFileSystemOptions()
H A DASTWriter.cpp1290 const FileSystemOptions &FSOpts = in WriteControlBlock()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp737 clang::FileSystemOptions file_system_options; in CreateASTContext()