class FileSystemOptions
Declaration
class FileSystemOptions { /* full declaration omitted */ };
Description
Keeps track of options that affect how file operations are performed.
Declared at: clang/include/clang/Basic/FileSystemOptions.h:22
Member Variables
- public std::string WorkingDir
- If set, paths are resolved as if the working directory was set to the value of WorkingDir.