Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DTextDiagnosticTest.cpp39 FileSystemOptions FSOpts; in TEST() local
40 FileManager FileMgr(FSOpts); in TEST()
H A DPCHPreambleTest.cpp56 FileSystemOptions FSOpts; member in __anon256563180111::PCHPreambleTest
100 FileManager *FileMgr = new FileManager(FSOpts, VFS); in ParseAST()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h160 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument
252 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp2218 FileSystemOptions FSOpts; in getFileRemappingsFromFileList() local
2219 FileManager FileMgr(FSOpts); in getFileRemappingsFromFileList()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp194 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument
196 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions()
197 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions()
5876 FileSystemOptions FSOpts; in ParseFileSystemOptions() local
5878 FSOpts.WorkingDir = ReadString(Record, Idx); in ParseFileSystemOptions()
5879 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()
H A DASTWriter.cpp1381 const FileSystemOptions &FSOpts = in WriteControlBlock() local
1383 AddString(FSOpts.WorkingDir, Record); in WriteControlBlock()