clang
3.9.0
|
#include <HeaderSearchOptions.h>
Public Member Functions | |
Entry (StringRef path, frontend::IncludeDirGroup group, bool isFramework, bool ignoreSysRoot) | |
Public Attributes | |
std::string | Path |
frontend::IncludeDirGroup | Group |
unsigned | IsFramework: 1 |
unsigned | IgnoreSysRoot: 1 |
IgnoreSysRoot - This is false if an absolute path should be treated relative to the sysroot, or true if it should always be the absolute path. More... | |
Definition at line 48 of file HeaderSearchOptions.h.
|
inline |
Definition at line 58 of file HeaderSearchOptions.h.
frontend::IncludeDirGroup clang::HeaderSearchOptions::Entry::Group |
Definition at line 50 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().
unsigned clang::HeaderSearchOptions::Entry::IgnoreSysRoot |
IgnoreSysRoot - This is false if an absolute path should be treated relative to the sysroot, or true if it should always be the absolute path.
Definition at line 56 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().
unsigned clang::HeaderSearchOptions::Entry::IsFramework |
Definition at line 51 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().
std::string clang::HeaderSearchOptions::Entry::Path |
Definition at line 49 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().