Home
last modified time | relevance | path

Searched refs:FormatStyleSet (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3534 struct FormatStyleSet { struct
3553 static FormatStyleSet BuildStyleSetFromConfiguration(
3558 FormatStyleSet StyleSet;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1514 FormatStyle::FormatStyleSet StyleSet; in parseConfiguration()
1550 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { in Get()
1561 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
1572 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); } in Clear()