Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format84 NamespaceIndentation: None
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2627 NamespaceIndentationKind NamespaceIndentation; member
3466 NamespaceIndentation == R.NamespaceIndentation &&
/freebsd-13.1/
H A D.clang-format101 NamespaceIndentation: None
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp680 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()
1073 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()
1250 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1278 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1384 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
H A DUnwrappedLineParser.cpp2221 Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
2222 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()