Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/
H A D.clang-format3 NamespaceIndentation: All
/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.h3362 NamespaceIndentationKind NamespaceIndentation; member
5087 NamespaceIndentation == R.NamespaceIndentation &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1027 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()
1539 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()
1742 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1768 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1875 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
H A DUnwrappedLineParser.cpp3109 Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
3110 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()