clang
6.0.0
|
See documentation of IncludeCategories
.
More...
#include "clang/Format/Format.h"
Public Member Functions | |
bool | operator== (const IncludeCategory &Other) const |
Public Attributes | |
std::string | Regex |
The regular expression that this category matches. More... | |
int | Priority |
The priority to assign to this category. More... | |
|
inline |
int clang::format::FormatStyle::IncludeCategory::Priority |
The priority to assign to this category.
Definition at line 1027 of file Format.h.
Referenced by operator==().
std::string clang::format::FormatStyle::IncludeCategory::Regex |
The regular expression that this category matches.
Definition at line 1025 of file Format.h.
Referenced by operator==().