clang 20.0.0git
|
See documentation of IncludeCategories
.
More...
#include "clang/Tooling/Inclusions/IncludeStyle.h"
Public Member Functions | |
bool | operator== (const IncludeCategory &Other) const |
Public Attributes | |
std::string | Regex |
The regular expression that this category matches. | |
int | Priority |
The priority to assign to this category. | |
int | SortPriority |
The custom priority to sort before grouping. | |
bool | RegexIsCaseSensitive |
If the regular expression is case sensitive. | |
See documentation of IncludeCategories
.
Definition at line 57 of file IncludeStyle.h.
|
inline |
Definition at line 66 of file IncludeStyle.h.
References clang::Other, Priority, Regex, and RegexIsCaseSensitive.
int clang::tooling::IncludeStyle::IncludeCategory::Priority |
The priority to assign to this category.
Definition at line 61 of file IncludeStyle.h.
Referenced by operator==().
std::string clang::tooling::IncludeStyle::IncludeCategory::Regex |
The regular expression that this category matches.
Definition at line 59 of file IncludeStyle.h.
Referenced by operator==().
bool clang::tooling::IncludeStyle::IncludeCategory::RegexIsCaseSensitive |
If the regular expression is case sensitive.
Definition at line 65 of file IncludeStyle.h.
Referenced by operator==().
int clang::tooling::IncludeStyle::IncludeCategory::SortPriority |
The custom priority to sort before grouping.
Definition at line 63 of file IncludeStyle.h.