Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h55 FileSystemOptions FileSystemOpts; variable
142 FileManager(const FileSystemOptions &FileSystemOpts,
248 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
249 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp48 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager()
499 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath()
503 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath()
568 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFileImpl()
588 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h128 FileSystemOptions FileSystemOpts; variable
482 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
698 const FileSystemOptions &FileSystemOpts,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp803 const FileSystemOptions &FileSystemOpts, in LoadFromASTFile() argument
823 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1213 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1539 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1541 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1740 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1824 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
1826 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
H A DCompilerInvocation.cpp2386 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() local
2398 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td337 class FileSystemOpts<string base>
338 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {}
5869 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;