|
clang 22.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 84 of file HeaderSearchOptions.h.
|
inline |
Definition at line 92 of file HeaderSearchOptions.h.
References IsSystemHeader, and Prefix.
| bool clang::HeaderSearchOptions::SystemHeaderPrefix::IsSystemHeader |
True if paths beginning with this prefix should be treated as system headers.
Definition at line 90 of file HeaderSearchOptions.h.
Referenced by clang::addHash(), and SystemHeaderPrefix().
| std::string clang::HeaderSearchOptions::SystemHeaderPrefix::Prefix |
A prefix to be matched against paths in #include directives.
Definition at line 86 of file HeaderSearchOptions.h.
Referenced by clang::addHash(), and SystemHeaderPrefix().