Searched refs:NamespaceIndentation (Results 1 – 7 of 7) sorted by relevance
3 NamespaceIndentation: All
44 NamespaceIndentation: None
84 NamespaceIndentation: None
102 NamespaceIndentation: None
3546 NamespaceIndentationKind NamespaceIndentation; member5429 NamespaceIndentation == R.NamespaceIndentation &&
1107 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()1633 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()1844 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()1871 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All; in getGoogleStyle()1977 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
3199 Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()3200 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()