|
clang 24.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::format::FormatStyle::FormatStyleSet::MapType |
| void clang::format::FormatStyle::FormatStyleSet::Add | ( | FormatStyle | Style | ) |
Definition at line 2615 of file Format.cpp.
References clang::format::FormatStyle::LK_None.
| void clang::format::FormatStyle::FormatStyleSet::Clear | ( | ) |
Definition at line 2626 of file Format.cpp.
| std::optional< FormatStyle > clang::format::FormatStyle::FormatStyleSet::Get | ( | FormatStyle::LanguageKind | Language | ) | const |
Definition at line 2604 of file Format.cpp.
References clang::format::FormatStyle::Language.