clang
15.0.0git
|
See documentation of RawStringFormats
.
More...
#include "clang/Format/Format.h"
Public Member Functions | |
bool | operator== (const RawStringFormat &Other) const |
Public Attributes | |
LanguageKind | Language |
The language of this raw string. More... | |
std::vector< std::string > | Delimiters |
A list of raw string delimiters that match this language. More... | |
std::vector< std::string > | EnclosingFunctions |
A list of enclosing function names that match this language. More... | |
std::string | CanonicalDelimiter |
The canonical delimiter for this language. More... | |
std::string | BasedOnStyle |
The style name on which this raw string format is based on. More... | |
|
inline |
Definition at line 2898 of file Format.h.
References BasedOnStyle, CanonicalDelimiter, Delimiters, EnclosingFunctions, 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 2897 of file Format.h.
Referenced by operator==().
std::string clang::format::FormatStyle::RawStringFormat::CanonicalDelimiter |
The canonical delimiter for this language.
Definition at line 2893 of file Format.h.
Referenced by operator==().
std::vector<std::string> clang::format::FormatStyle::RawStringFormat::Delimiters |
A list of raw string delimiters that match this language.
Definition at line 2889 of file Format.h.
Referenced by operator==().
std::vector<std::string> clang::format::FormatStyle::RawStringFormat::EnclosingFunctions |
A list of enclosing function names that match this language.
Definition at line 2891 of file Format.h.
Referenced by operator==().
LanguageKind clang::format::FormatStyle::RawStringFormat::Language |
The language of this raw string.
Definition at line 2887 of file Format.h.
Referenced by operator==().