Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h123 FileSystemOptions FileSystemOpts; variable
183 FileManager(const FileSystemOptions &FileSystemOpts,
222 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
223 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h134 FileSystemOptions FileSystemOpts; variable
206 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
209 return FileSystemOpts; in getFileSystemOpts()
H A DASTUnit.h125 FileSystemOptions FileSystemOpts; variable
474 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
687 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp53 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager()
368 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath()
372 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath()
424 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile()
436 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile()
453 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp736 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile() argument
757 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1139 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1475 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1477 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1684 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1756 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
1760 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()