Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4932 struct FormatStyleSet { struct
4951 static FormatStyleSet BuildStyleSetFromConfiguration(
4956 FormatStyleSet StyleSet;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2026 FormatStyle::FormatStyleSet StyleSet; in parseConfiguration()
2068 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { in Get()
2079 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
2090 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); } in Clear()