Home
last modified time | relevance | path

Searched defs:UsedStyle (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/Format/
H A DFormatTestBase.h48 auto UsedStyle = Style ? Style.value() : getDefaultStyle(); variable
99 auto UsedStyle = Style ? Style.value() : getDefaultStyle(); variable
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1071 uint32_t UsedStyle = ObjectData.Style.value_or(DefaultStyle); in writeDialogBody() local