Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/
H A D.clang-format3 NamespaceIndentation: All
/freebsd/contrib/libucl/
H A D.clang-format44 NamespaceIndentation: None
/freebsd/contrib/libcbor/
H A D.clang-format84 NamespaceIndentation: None
/freebsd/
H A D.clang-format102 NamespaceIndentation: None
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3546 NamespaceIndentationKind NamespaceIndentation; member
5429 NamespaceIndentation == R.NamespaceIndentation &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1107 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()
1633 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()
1844 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1871 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1977 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
H A DUnwrappedLineParser.cpp3199 Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
3200 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()