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.cpp873 Style.AlignOperands != FormatStyle::OAS_DontAlign)) || in addTokenOnCurrentLine()
1327 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in getNewLineColumn()
1668 Style.AlignOperands != FormatStyle::OAS_DontAlign) || in moveStatePastFakeLParens()
1690 (Style.AlignOperands != FormatStyle::OAS_DontAlign || in moveStatePastFakeLParens()
1716 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in moveStatePastFakeLParens()
H A DFormat.cpp453 IO.enumCase(Value, "DontAlign", FormatStyle::OAS_DontAlign); in enumeration()
460 IO.enumCase(Value, "false", FormatStyle::OAS_DontAlign); in enumeration()
1694 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1706 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1843 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h457 OAS_DontAlign, enumerator