Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2534 NamespaceIndentationKind NamespaceIndentation; member
3330 NamespaceIndentation == R.NamespaceIndentation &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format77 NamespaceIndentation: None
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format84 NamespaceIndentation: None
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format137 NamespaceIndentation: None
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format137 NamespaceIndentation: None
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp645 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()
1030 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()
1203 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1231 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
1337 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
H A DUnwrappedLineParser.cpp2143 Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
2144 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2838 **NamespaceIndentation** (``NamespaceIndentationKind``)