|
clang
5.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 964 of file Format.h.
Referenced by operator==().
| std::string clang::format::FormatStyle::IncludeCategory::Regex |
The regular expression that this category matches.
Definition at line 962 of file Format.h.
Referenced by operator==().
1.8.6