Searched refs:AllowShortCaseLabelsOnASingleLine (Results 1 – 9 of 9) sorted by relevance
129 bool AllowShortCaseLabelsOnASingleLine; member644 AllowShortCaseLabelsOnASingleLine ==645 R.AllowShortCaseLabelsOnASingleLine &&
10 AllowShortCaseLabelsOnASingleLine: false
14 AllowShortCaseLabelsOnASingleLine: true
21 AllowShortCaseLabelsOnASingleLine: false
40 AllowShortCaseLabelsOnASingleLine: 'false'
257 Style.AllowShortCaseLabelsOnASingleLine); in mapping()500 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false; in getLLVMStyle()
237 return Style.AllowShortCaseLabelsOnASingleLine in tryFitMultipleLinesInOne()
240 **AllowShortCaseLabelsOnASingleLine** (``bool``)
765 Style.AllowShortCaseLabelsOnASingleLine = true; in TEST_F()10158 CHECK_PARSE_BOOL(AllowShortCaseLabelsOnASingleLine); in TEST_F()