Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1058 const uint32_t DefaultStyle = 0x80880000; in writeDialogBody() local
1062 uint32_t UsedStyle = ObjectData.Style.getValueOr(DefaultStyle); in writeDialogBody()
/external/llvm-project/clang/lib/Format/
DFormat.cpp1376 FormatStyle DefaultStyle = Styles[0]; in parseConfiguration() local
1377 DefaultStyle.Language = Language; in parseConfiguration()
1378 StyleSet.Add(std::move(DefaultStyle)); in parseConfiguration()