Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4004 struct FormatStyleSet { struct
4023 static FormatStyleSet BuildStyleSetFromConfiguration(
4028 FormatStyleSet StyleSet;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp1761 FormatStyle::FormatStyleSet StyleSet; in parseConfiguration()
1802 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { in Get()
1813 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
1824 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); } in Clear()