Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h55 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 DFileSystemOptions.h22 class FileSystemOptions {
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h103 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 DASTUnit.h128 FileSystemOptions FileSystemOpts;
482 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
698 const FileSystemOptions &FileSystemOpts,
H A DCompilerInstance.h304 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts()
307 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp219 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 DClangHighlighter.cpp140 FileSystemOptions file_opts; in Highlight()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp242 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges()
520 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp30 FileSystemOptions FO; in readDiagnostics()
H A DCompilerInvocation.cpp149 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 DASTUnit.cpp803 const FileSystemOptions &FileSystemOpts, in LoadFromASTFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp257 FileSystemOptions file_opts; in TokenVerifier()
H A DClangASTImporter.h80 : m_file_manager(clang::FileSystemOptions(), in ClangASTImporter()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h83 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 DFileManager.cpp46 FileManager::FileManager(const FileSystemOptions &FSO, in FileManager()
H A DSourceManager.cpp2381 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp628 llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions{}, FinalFS); in computeDependencies()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2213 FileSystemOptions FSOpts; in getFileRemappingsFromFileList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp200 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions()
6109 FileSystemOptions FSOpts; in ParseFileSystemOptions()
H A DASTWriter.cpp1605 const FileSystemOptions &FSOpts = in WriteControlBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp677 clang::FileSystemOptions file_system_options; in CreateASTContext()