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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h133 FileSystemOptions FileSystemOpts; member in class:clang::CompilerInvocation
221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
224 return FileSystemOpts;
H A DASTUnit.h127 FileSystemOptions FileSystemOpts; member in class:clang::ASTUnit
479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
694 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h174 FileSystemOptions FileSystemOpts; member in class:clang::FileManager
255 FileManager(const FileSystemOptions &FileSystemOpts,
353 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
354 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp53 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64),
428 if (FileSystemOpts.WorkingDir.empty()
432 SmallString<128> NewPath(FileSystemOpts.WorkingDir);
487 if (FileSystemOpts.WorkingDir.empty())
505 // FIXME: FileSystemOpts shouldn't be passed in here, all paths should be
507 if (FileSystemOpts.WorkingDir.empty())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp759 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo,
780 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
1164 FileSystemOpts = Clang->getFileSystemOpts();
1502 AST->FileSystemOpts = CI->getFileSystemOpts();
1504 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
1713 AST->FileSystemOpts = FileMgr->getFileSystemOpts();
1788 AST->FileSystemOpts = CI->getFileSystemOpts();
1792 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
756 LoadFromASTFile( const std::string &Filename, const PCHContainerReader &PCHContainerRdr, WhatToLoad ToLoad, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, CaptureDiagsKind CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument

Completed in 133 milliseconds