Searched refs:NamespaceIndentation (Results 1 – 3 of 3) sorted by relevance
1322 NamespaceIndentationKind NamespaceIndentation; member1775 NamespaceIndentation == R.NamespaceIndentation &&
425 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()
1819 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()1820 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()