|
clang
3.8.0
|
See documentation of IncludeCategories.
More...
#include <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 366 of file Format.h.
Referenced by operator==().
| std::string clang::format::FormatStyle::IncludeCategory::Regex |
The regular expression that this category matches.
Definition at line 364 of file Format.h.
Referenced by operator==().
1.8.6