Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h114 bool AlignOperands; member
639 AlignOperands == R.AlignOperands &&
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format6 AlignOperands: false
/external/libvpx/libvpx/
D.clang-format10 AlignOperands: true
/external/skia/
D.clang-format17 AlignOperands: true
/external/clang/lib/Format/
DFormat.cpp250 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
493 LLVMStyle.AlignOperands = true; in getLLVMStyle()
600 GoogleStyle.AlignOperands = false; in getGoogleStyle()
611 GoogleStyle.AlignOperands = false; in getGoogleStyle()
674 Style.AlignOperands = false; in getWebKitStyle()
DContinuationIndenter.cpp837 Style.AlignOperands) || in moveStatePastFakeLParens()
850 (Style.AlignOperands || *I < prec::Assignment) && in moveStatePastFakeLParens()
/external/clang/unittests/Format/
DFormatTestJS.cpp105 Style.AlignOperands = true; in TEST_F()
DFormatTest.cpp3553 Style.AlignOperands = false; in TEST_F()
4525 Style.AlignOperands = false; in TEST_F()
4530 Style.AlignOperands = true; in TEST_F()
4535 Style.AlignOperands = false; in TEST_F()
10152 CHECK_PARSE_BOOL(AlignOperands); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst216 **AlignOperands** (``bool``)