Searched refs:FileSystemOpts (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | FileManager.h | 55 FileSystemOptions FileSystemOpts; variable 136 FileManager(const FileSystemOptions &FileSystemOpts, 242 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 243 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 147 FileSystemOptions FileSystemOpts; variable 170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 173 return FileSystemOpts; in getFileSystemOpts()
|
| H A D | ASTUnit.h | 127 FileSystemOptions FileSystemOpts; variable 479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 695 const FileSystemOptions &FileSystemOpts,
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | FileManager.cpp | 53 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager() 531 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath() 535 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() 594 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFileImpl() 614 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | ModularizeUtilities.h | 211 clang::FileSystemOptions FileSystemOpts; variable
|
| H A D | ModularizeUtilities.cpp | 57 FileMgr(new FileManager(FileSystemOpts)), in ModularizeUtilities()
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 263 FileSystemOptions FileSystemOpts; in printSourceSymbolsFromModule() local 277 FileSystemOpts, /*UseDebugInfo=*/false, in printSourceSymbolsFromModule()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 760 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile() argument 779 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile() 1165 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1489 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1491 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create() 1690 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1768 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine() 1772 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
|
| H A D | CompilerInvocation.cpp | 2204 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() local 2222 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs() local 4651 GenerateFileSystemArgs(FileSystemOpts, Args, SA); in generateCC1CommandLine()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 3708 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local 3714 ASTUnit::LoadEverything, Diags, FileSystemOpts, /*UseDebugInfo=*/false, in clang_createTranslationUnit2()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 272 class FileSystemOpts<string base> 273 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {} 4276 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;
|