clang 22.0.0git
|
#include "clang/Format/Format.h"
Public Types | |
typedef std::map< LanguageKind, FormatStyle > | MapType |
Public Member Functions | |
std::optional< FormatStyle > | Get (LanguageKind Language) const |
void | Add (FormatStyle Style) |
void | Clear () |
typedef std::map<LanguageKind, FormatStyle> clang::FormatStyleSet::MapType |
void clang::FormatStyleSet::Add | ( | FormatStyle | Style | ) |
void clang::FormatStyleSet::Clear | ( | ) |
std::optional< FormatStyle > clang::FormatStyleSet::Get | ( | LanguageKind | Language | ) | const |