Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1322 NamespaceIndentationKind NamespaceIndentation; member
1775 NamespaceIndentation == R.NamespaceIndentation &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp425 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()
682 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()
821 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()
920 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
H A DUnwrappedLineParser.cpp1819 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
1820 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()