Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5173 struct FormatStyleSet { struct
5192 static FormatStyleSet BuildStyleSetFromConfiguration(
5197 FormatStyleSet StyleSet;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2050 FormatStyle::FormatStyleSet StyleSet; in parseConfiguration()
2092 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { in Get()
2103 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
2114 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); } in Clear()