Searched refs:FileSystemOpts (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileManager.h | 55 FileSystemOptions FileSystemOpts; variable 142 FileManager(const FileSystemOptions &FileSystemOpts, 216 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 217 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 46 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager() 485 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath() 489 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() 554 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFileImpl() 576 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 133 FileSystemOptions FileSystemOpts; variable 494 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 711 const FileSystemOptions &FileSystemOpts,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 804 const FileSystemOptions &FileSystemOpts, const HeaderSearchOptions &HSOpts, in LoadFromASTFile() argument 825 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile() 1214 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1545 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1547 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create() 1752 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1838 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine() 1840 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
|
| H A D | CompilerInvocation.cpp | 2556 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() local 2568 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 547 const auto &FileSystemOpts = CI.getFileSystemOpts(); in isSafeToIgnoreCWD() local 548 IF_RELATIVE_RETURN_FALSE(FileSystemOpts.WorkingDir); in isSafeToIgnoreCWD()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 339 class FileSystemOpts<string base> 340 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {} 6249 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;
|