Searched refs:BAS_DontAlign (Results 1 – 5 of 5) sorted by relevance
188 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_DontAlign) in precomputeFormattingInfos()
827 if (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign && in addTokenOnCurrentLine()1717 (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign || in moveStatePastFakeLParens()1759 Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign) { in moveStatePastFakeLParens()
196 IO.enumCase(Value, "DontAlign", FormatStyle::BAS_DontAlign); in enumeration()202 IO.enumCase(Value, "false", FormatStyle::BAS_DontAlign); in enumeration()1714 GoogleStyle.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign; in getGoogleStyle()1863 Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign; in getWebKitStyle()
4284 Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign) { in splitPenalty()4302 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_DontAlign && in splitPenalty()
78 BAS_DontAlign, enumerator