Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h147 FileSystemOptions FileSystemOpts; variable
170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
173 return FileSystemOpts; in getFileSystemOpts()
H A DASTUnit.h127 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 DFileManager.cpp53 : 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 DModularizeUtilities.h211 clang::FileSystemOptions FileSystemOpts; variable
H A DModularizeUtilities.cpp57 FileMgr(new FileManager(FileSystemOpts)), in ModularizeUtilities()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dcore_main.cpp263 FileSystemOptions FileSystemOpts; in printSourceSymbolsFromModule() local
277 FileSystemOpts, /*UseDebugInfo=*/false, in printSourceSymbolsFromModule()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp760 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 DCompilerInvocation.cpp2204 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 DCIndex.cpp3708 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 DOptions.td272 class FileSystemOpts<string base>
273 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {}
4276 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;