Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp883 Style.AlignOperands != FormatStyle::OAS_DontAlign)) || in addTokenOnCurrentLine()
1348 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in getNewLineColumn()
1691 Style.AlignOperands != FormatStyle::OAS_DontAlign) || in moveStatePastFakeLParens()
1713 (Style.AlignOperands != FormatStyle::OAS_DontAlign || in moveStatePastFakeLParens()
1745 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in moveStatePastFakeLParens()
H A DFormat.cpp444 IO.enumCase(Value, "DontAlign", FormatStyle::OAS_DontAlign); in enumeration()
451 IO.enumCase(Value, "false", FormatStyle::OAS_DontAlign); in enumeration()
1715 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1727 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1864 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h517 OAS_DontAlign, enumerator