Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4337 struct FormatStyleSet { struct
4356 static FormatStyleSet BuildStyleSetFromConfiguration(
4361 FormatStyleSet StyleSet;
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1899 FormatStyle::FormatStyleSet StyleSet; in parseConfiguration()
1940 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { in Get()
1951 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
1962 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); } in Clear()