clang: clang::RawStringFormat Struct Reference (original) (raw)
See documentation of RawStringFormats. More...
#include "[clang/Format/Format.h](Format%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| LanguageKind | Language |
| The language of this raw string. | |
| std::vector< std::string > | Delimiters |
| A list of raw string delimiters that match this language. | |
| std::vector< std::string > | EnclosingFunctions |
| A list of enclosing function names that match this language. | |
| std::string | CanonicalDelimiter |
| The canonical delimiter for this language. | |
| std::string | 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. |
See documentation of RawStringFormats.
Definition at line 4187 of file Format.h.
◆ operator==()
◆ BasedOnStyle
std::string clang::RawStringFormat::BasedOnStyle
◆ CanonicalDelimiter
std::string clang::RawStringFormat::CanonicalDelimiter
◆ Delimiters
std::vectorstd::string clang::RawStringFormat::Delimiters
◆ EnclosingFunctions
std::vectorstd::string clang::RawStringFormat::EnclosingFunctions
◆ Language
The documentation for this struct was generated from the following file:
- include/clang/Format/Format.h