Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h110 bool AlignOperands; member
595 AlignOperands == R.AlignOperands &&
/external/clang/lib/Format/
DFormat.cpp232 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
469 LLVMStyle.AlignOperands = true; in getLLVMStyle()
570 GoogleStyle.AlignOperands = false; in getGoogleStyle()
581 GoogleStyle.AlignOperands = false; in getGoogleStyle()
639 Style.AlignOperands = false; in getWebKitStyle()
DContinuationIndenter.cpp791 Style.AlignOperands) || in moveStatePastFakeLParens()
804 (Style.AlignOperands || *I < prec::Assignment) && in moveStatePastFakeLParens()
/external/clang/unittests/Format/
DFormatTest.cpp3510 Style.AlignOperands = false; in TEST_F()
4402 Style.AlignOperands = false; in TEST_F()
4407 Style.AlignOperands = true; in TEST_F()
4412 Style.AlignOperands = false; in TEST_F()
9717 CHECK_PARSE_BOOL(AlignOperands); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst213 **AlignOperands** (``bool``)