Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h245 bool AlignOperands; member
414 AlignOperands == R.AlignOperands &&
/external/clang/lib/Format/
DFormat.cpp175 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
330 LLVMStyle.AlignOperands = true; in getLLVMStyle()
419 GoogleStyle.AlignOperands = false; in getGoogleStyle()
478 Style.AlignOperands = false; in getWebKitStyle()
DContinuationIndenter.cpp725 Style.AlignOperands) || in moveStatePastFakeLParens()
738 (Style.AlignOperands || *I < prec::Assignment) && in moveStatePastFakeLParens()
/external/clang/unittests/Format/
DFormatTest.cpp3482 Style.AlignOperands = false; in TEST_F()
4303 Style.AlignOperands = false; in TEST_F()
4308 Style.AlignOperands = true; in TEST_F()
4313 Style.AlignOperands = false; in TEST_F()
8905 CHECK_PARSE_BOOL(AlignOperands); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst167 **AlignOperands** (``bool``)