clang
6.0.0
|
See documentation of RawStringFormats
.
More...
#include "clang/Format/Format.h"
Public Member Functions | |
bool | operator== (const RawStringFormat &Other) const |
Public Attributes | |
std::string | Delimiter |
The delimiter that this raw string format matches. More... | |
LanguageKind | Language |
The language of this raw string. More... | |
std::string | BasedOnStyle |
The style name on which this raw string format is based on. More... | |
|
inline |
Definition at line 1374 of file Format.h.
References BasedOnStyle, Delimiter, and Language.
std::string clang::format::FormatStyle::RawStringFormat::BasedOnStyle |
The style name on which this raw string format is based on.
If not specified, the raw string format is based on the style that this format is based on.
Definition at line 1373 of file Format.h.
Referenced by operator==().
std::string clang::format::FormatStyle::RawStringFormat::Delimiter |
The delimiter that this raw string format matches.
Definition at line 1367 of file Format.h.
Referenced by operator==().
LanguageKind clang::format::FormatStyle::RawStringFormat::Language |
The language of this raw string.
Definition at line 1369 of file Format.h.
Referenced by operator==().