clang API Documentation

Public Attributes
clang::FileSystemOptions Class Reference

Keeps track of options that affect how file operations are performed. More...

#include <FileSystemOptions.h>

Collaboration diagram for clang::FileSystemOptions:
Collaboration graph
[legend]

List of all members.

Public Attributes

std::string WorkingDir
 If set, paths are resolved as if the working directory was set to the value of WorkingDir.

Detailed Description

Keeps track of options that affect how file operations are performed.

Definition at line 23 of file FileSystemOptions.h.


Member Data Documentation

If set, paths are resolved as if the working directory was set to the value of WorkingDir.

Definition at line 27 of file FileSystemOptions.h.

Referenced by clang::FileManager::FixupRelativePath(), clang::FileManager::getBufferForFile(), and ParseFileSystemArgs().


The documentation for this class was generated from the following file: