Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp415 FileSystemOptions FSOpts; in computeDependencies() local
416 FSOpts.WorkingDir = WorkingDirectory.str(); in computeDependencies()
418 FSOpts, ModifiedFS ? ModifiedFS : BaseFS); in computeDependencies()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h160 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument
270 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp2216 FileSystemOptions FSOpts; in getFileRemappingsFromFileList() local
2217 FileManager FileMgr(FSOpts); in getFileRemappingsFromFileList()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp195 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument
197 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions()
198 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions()
5904 FileSystemOptions FSOpts; in ParseFileSystemOptions() local
5906 FSOpts.WorkingDir = ReadString(Record, Idx); in ParseFileSystemOptions()
5907 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()
H A DASTWriter.cpp1427 const FileSystemOptions &FSOpts = in WriteControlBlock() local
1429 AddString(FSOpts.WorkingDir, Record); in WriteControlBlock()