Home
last modified time | relevance | path

Searched refs:FileSystemOpts (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h55 FileSystemOptions FileSystemOpts; variable
136 FileManager(const FileSystemOptions &FileSystemOpts,
242 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
243 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp54 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager()
506 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath()
510 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath()
570 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFileImpl()
590 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h128 FileSystemOptions FileSystemOpts; variable
482 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
697 const FileSystemOptions &FileSystemOpts,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp792 const FileSystemOptions &FileSystemOpts, in LoadFromASTFile() argument
811 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1201 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1526 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1528 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1727 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1811 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
1813 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
H A DCompilerInvocation.cpp2313 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() local
2325 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td306 class FileSystemOpts<string base>
307 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {}
5568 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;