Searched refs:FSOpts (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 103 std::shared_ptr<FileSystemOptions> FSOpts; variable 140 const FileSystemOptions &getFileSystemOpts() const { return *FSOpts; } in getFileSystemOpts() 253 FileSystemOptions &getFileSystemOpts() { return *FSOpts; } in getFileSystemOpts()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 460 FileSystemOptions FSOpts; in computeDependencies() local 461 FSOpts.WorkingDir = WorkingDirectory.str(); in computeDependencies() 462 auto FileMgr = llvm::makeIntrusiveRefCnt<FileManager>(FSOpts, FinalFS); in computeDependencies()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument 271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 149 FSOpts(std::make_shared<FileSystemOptions>()), in CompilerInvocationBase() 166 FSOpts = make_shared_copy(X.getFileSystemOpts()); in deep_copy_assign() 186 FSOpts = X.FSOpts; in shallow_copy_assign() 247 return ensureOwned(FSOpts); in getMutFileSystemOpts()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 2213 FileSystemOptions FSOpts; in getFileRemappingsFromFileList() local 2214 FileManager FileMgr(FSOpts); in getFileRemappingsFromFileList()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 195 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() argument 197 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions() 198 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions() 6103 FileSystemOptions FSOpts; in ParseFileSystemOptions() local 6105 FSOpts.WorkingDir = ReadString(Record, Idx); in ParseFileSystemOptions() 6106 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()
|
| H A D | ASTWriter.cpp | 1492 const FileSystemOptions &FSOpts = in WriteControlBlock() local 1494 AddString(FSOpts.WorkingDir, Record); in WriteControlBlock()
|