clang 24.0.0git
clang::format::FormatStyle::FormatStyleSet Struct Reference

#include "clang/Format/Format.h"

Public Types

typedef std::map< LanguageKind, FormatStyleMapType

Public Member Functions

std::optional< FormatStyleGet (LanguageKind Language) const
void Add (FormatStyle Style)
void Clear ()

Detailed Description

Definition at line 6306 of file Format.h.

Member Typedef Documentation

◆ MapType

Member Function Documentation

◆ Add()

void clang::format::FormatStyle::FormatStyleSet::Add ( FormatStyle Style)

Definition at line 2615 of file Format.cpp.

References clang::format::FormatStyle::LK_None.

◆ Clear()

void clang::format::FormatStyle::FormatStyleSet::Clear ( )

Definition at line 2626 of file Format.cpp.

◆ Get()

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.


The documentation for this struct was generated from the following files: