Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1058 const uint32_t DefaultStyle = 0x80880000; in writeDialogBody() local
1062 uint32_t UsedStyle = ObjectData.Style.getValueOr(DefaultStyle); in writeDialogBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1478 FormatStyle DefaultStyle = Styles[0]; in parseConfiguration() local
1479 DefaultStyle.Language = Language; in parseConfiguration()
1480 StyleSet.Add(std::move(DefaultStyle)); in parseConfiguration()