Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp1525 FormatStyle DefaultStyle = Styles[0]; in parseConfiguration() local
1526 DefaultStyle.Language = Language; in parseConfiguration()
1527 StyleSet.Add(std::move(DefaultStyle)); in parseConfiguration()