Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h148 bool AlignOperands; member
1721 AlignOperands == R.AlignOperands &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp322 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
628 LLVMStyle.AlignOperands = true; in getLLVMStyle()
802 GoogleStyle.AlignOperands = false; in getGoogleStyle()
813 GoogleStyle.AlignOperands = false; in getGoogleStyle()
911 Style.AlignOperands = false; in getWebKitStyle()
H A DContinuationIndenter.cpp672 if ((!BreakBeforeOperator && !(HasTwoOperands && Style.AlignOperands)) || in addTokenOnCurrentLine()
1200 Style.AlignOperands) || in moveStatePastFakeLParens()
1221 (Style.AlignOperands || *I < prec::Assignment) && in moveStatePastFakeLParens()