Searched refs:ShortNamespaceLines (Results 1 – 8 of 8) sorted by relevance
31 .. option:: ShortNamespaceLines35 `ShortNamespaceLines` lines of code. The value is an unsigned integer that
30 ShortNamespaceLines(Options.get("ShortNamespaceLines", 1u)), in NamespaceCommentCheck()34 Options.store(Opts, "ShortNamespaceLines", ShortNamespaceLines); in storeOptions()96 if (EndLine - StartLine + 1 <= ShortNamespaceLines) in check()
37 const unsigned ShortNamespaceLines; variable
1316 Style.ShortNamespaceLines = 0u; in TEST_F()1338 EXPECT_EQ(DefaultUnwrappedLines, Style.ShortNamespaceLines); in TEST_F()1357 Style.ShortNamespaceLines = 2u; in TEST_F()
3200 unsigned ShortNamespaceLines; member3956 ShortNamespaceLines == R.ShortNamespaceLines &&
362 bool isShort = I - StartLineIndex <= Style.ShortNamespaceLines + 1; in analyze()
856 IO.mapOptional("ShortNamespaceLines", Style.ShortNamespaceLines); in mapping()1291 LLVMStyle.ShortNamespaceLines = 1; in getLLVMStyle()
2575 controlled by "ShortNamespaceLines".3891 **ShortNamespaceLines** (``Unsigned``) :versionbadge:`clang-format 13`3902 ShortNamespaceLines: 1 vs. ShortNamespaceLines: 03907 ShortNamespaceLines: 1 vs. ShortNamespaceLines: 0