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.cpp978 Style.AlignOperands != FormatStyle::OAS_DontAlign)) || in addTokenOnCurrentLine()
1461 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in getNewLineColumn()
1807 Style.AlignOperands != FormatStyle::OAS_DontAlign) || in moveStatePastFakeLParens()
1829 (Style.AlignOperands != FormatStyle::OAS_DontAlign || in moveStatePastFakeLParens()
1861 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in moveStatePastFakeLParens()
H A DFormat.cpp477 IO.enumCase(Value, "DontAlign", FormatStyle::OAS_DontAlign); in enumeration()
484 IO.enumCase(Value, "false", FormatStyle::OAS_DontAlign); in enumeration()
1817 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1829 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1966 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h533 OAS_DontAlign, enumerator