Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument
253 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp2219 FileSystemOptions FSOpts; in getFileRemappingsFromFileList() local
2220 FileManager FileMgr(FSOpts); in getFileRemappingsFromFileList()
/netbsd-src/external/apache2/llvm/dist/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()
5822 FileSystemOptions FSOpts; in ParseFileSystemOptions() local
5824 FSOpts.WorkingDir = ReadString(Record, Idx); in ParseFileSystemOptions()
5825 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()
H A DASTWriter.cpp1290 const FileSystemOptions &FSOpts = in WriteControlBlock() local
1292 AddString(FSOpts.WorkingDir, Record); in WriteControlBlock()