Searched refs:NamespaceIndentation (Results 1 – 6 of 6) sorted by relevance
3 NamespaceIndentation: All
84 NamespaceIndentation: None
102 NamespaceIndentation: None
3203 NamespaceIndentationKind NamespaceIndentation; member4849 NamespaceIndentation == R.NamespaceIndentation &&
1020 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()1520 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()1719 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()1747 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()1854 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
3046 Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()3047 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()