clang API Documentation
#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 |
Definition at line 47 of file HeaderSearchOptions.h.
clang::HeaderSearchOptions::Entry::Entry | ( | StringRef | path, |
frontend::IncludeDirGroup | group, | ||
bool | isFramework, | ||
bool | ignoreSysRoot | ||
) | [inline] |
Definition at line 57 of file HeaderSearchOptions.h.
Definition at line 49 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().
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 55 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().
Definition at line 50 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().
std::string clang::HeaderSearchOptions::Entry::Path |
Definition at line 48 of file HeaderSearchOptions.h.
Referenced by clang::ApplyHeaderSearchOptions().