Home
last modified time | relevance | path

Searched refs:NamespaceIndentation (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestCSharp.cpp1474 TEST_F(FormatTestCSharp, NamespaceIndentation) { in TEST_F() argument
1476 Style.NamespaceIndentation = FormatStyle::NI_None; in TEST_F()
1494 Style.NamespaceIndentation = FormatStyle::NI_Inner; in TEST_F()
1507 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
1558 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
H A DFormatTestSelective.cpp615 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
H A DFormatTest.cpp3970 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
3986 ShortInlineFunctions.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
4089 Style.NamespaceIndentation = FormatStyle::NI_Inner; in TEST_F()
4104 Style.NamespaceIndentation = FormatStyle::NI_None; in TEST_F()
4136 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
4154 Style.NamespaceIndentation = FormatStyle::NI_Inner; in TEST_F()
4175 Style.NamespaceIndentation = FormatStyle::NI_None; in TEST_F()
4320 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
4341 Style.NamespaceIndentation = FormatStyle::NI_Inner; in TEST_F()
20518 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
[all …]
/llvm-project-15.0.7/libcxx/
H A D.clang-format68 NamespaceIndentation: Inner
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2724 NamespaceIndentationKind NamespaceIndentation; member
3929 NamespaceIndentation == R.NamespaceIndentation &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp823 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()
1281 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()
1464 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1492 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1598 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
H A DUnwrappedLineParser.cpp2828 Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
2829 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3252 **NamespaceIndentation** (``NamespaceIndentationKind``) :versionbadge:`clang-format 3.7`