Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument
253 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2219 FileSystemOptions FSOpts; in getFileRemappingsFromFileList() local
2220 FileManager FileMgr(FSOpts); in getFileRemappingsFromFileList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp192 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument
194 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions()
195 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions()
5838 FileSystemOptions FSOpts; in ParseFileSystemOptions() local
5840 FSOpts.WorkingDir = ReadString(Record, Idx); in ParseFileSystemOptions()
5841 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()
H A DASTWriter.cpp1290 const FileSystemOptions &FSOpts = in WriteControlBlock() local
1292 AddString(FSOpts.WorkingDir, Record); in WriteControlBlock()