clang 20.0.0git
|
#include "clang/Lex/HeaderSearchOptions.h"
Public Member Functions | |
SystemHeaderPrefix (StringRef Prefix, bool IsSystemHeader) | |
Public Attributes | |
std::string | Prefix |
A prefix to be matched against paths in #include directives. | |
bool | IsSystemHeader |
True if paths beginning with this prefix should be treated as system headers. | |
Definition at line 87 of file HeaderSearchOptions.h.
|
inline |
Definition at line 95 of file HeaderSearchOptions.h.
bool clang::HeaderSearchOptions::SystemHeaderPrefix::IsSystemHeader |
True if paths beginning with this prefix should be treated as system headers.
Definition at line 93 of file HeaderSearchOptions.h.
Referenced by clang::addHash().
std::string clang::HeaderSearchOptions::SystemHeaderPrefix::Prefix |
A prefix to be matched against paths in #include directives.
Definition at line 89 of file HeaderSearchOptions.h.
Referenced by clang::addHash().