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.h5522 struct FormatStyleSet { struct
5541 static FormatStyleSet BuildStyleSetFromConfiguration(
5546 FormatStyleSet StyleSet;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2225 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { in Get()
2236 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
2247 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); } in Clear()