clang 20.0.0git
|
#include "clang/Format/Format.h"
Public Types | |
typedef std::map< FormatStyle::LanguageKind, FormatStyle > | MapType |
Public Member Functions | |
std::optional< FormatStyle > | Get (FormatStyle::LanguageKind Language) const |
void | Add (FormatStyle Style) |
void | Clear () |
void clang::format::FormatStyle::FormatStyleSet::Add | ( | FormatStyle | Style | ) |
Definition at line 2115 of file Format.cpp.
References clang::format::FormatStyle::Language, and clang::format::FormatStyle::LK_None.
void clang::format::FormatStyle::FormatStyleSet::Clear | ( | ) |
Definition at line 2126 of file Format.cpp.
std::optional< FormatStyle > clang::format::FormatStyle::FormatStyleSet::Get | ( | FormatStyle::LanguageKind | Language | ) | const |
Definition at line 2104 of file Format.cpp.
Referenced by clang::format::FormatStyle::GetLanguageStyle().