Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3397 struct FormatStyleSet { struct
3416 static FormatStyleSet BuildStyleSetFromConfiguration(
3421 FormatStyleSet StyleSet;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1467 FormatStyle::FormatStyleSet StyleSet; in parseConfiguration()
1503 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { in Get()
1514 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { in Add()
1525 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); } in Clear()