Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1058 const uint32_t DefaultStyle = 0x80880000; in writeDialogBody() local
1062 uint32_t UsedStyle = ObjectData.Style.value_or(DefaultStyle); in writeDialogBody()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1910 FormatStyle DefaultStyle = Styles[0]; in parseConfiguration() local
1911 DefaultStyle.Language = Language; in parseConfiguration()
1912 StyleSet.Add(std::move(DefaultStyle)); in parseConfiguration()