HomeSort by relevance Sort by last modified time
    Searched refs:AlignOperands (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Format/
Format.h 245 bool AlignOperands;
414 AlignOperands == R.AlignOperands &&
  /external/clang/lib/Format/
Format.cpp 175 IO.mapOptional("AlignOperands", Style.AlignOperands);
330 LLVMStyle.AlignOperands = true;
419 GoogleStyle.AlignOperands = false;
478 Style.AlignOperands = false;
    [all...]
ContinuationIndenter.cpp 725 Style.AlignOperands) ||
738 (Style.AlignOperands || *I < prec::Assignment) &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 110 milliseconds