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

  /packages/apps/Bluetooth/
.clang-format 30 ContinuationIndentWidth: 8
  /packages/apps/Music/
.clang-format 30 ContinuationIndentWidth: 8
  /external/clang/include/clang/Format/
Format.h 58 /// \brief Don't align, instead use ``ContinuationIndentWidth``, e.g.:
194 /// ``ContinuationIndentWidth`` spaces from the start of the line.
315 unsigned ContinuationIndentWidth;
670 ContinuationIndentWidth == R.ContinuationIndentWidth &&
    [all...]
  /external/clang/lib/Format/
ContinuationIndenter.cpp 196 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth ||
341 std::max(State.FirstIndent + Style.ContinuationIndentWidth,
499 State.FirstIndent + Style.ContinuationIndentWidth)
521 Style.ContinuationIndentWidth;
604 Style.ContinuationIndentWidth;
614 State.Stack.back().Indent + Style.ContinuationIndentWidth);
664 State.FirstIndent + Style.ContinuationIndentWidth)
704 return State.Stack.back().Indent + Style.ContinuationIndentWidth;
    [all...]
Format.cpp 304 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth);
521 LLVMStyle.ContinuationIndentWidth = 4;
634 ChromiumStyle.ContinuationIndentWidth = 8;
660 MozillaStyle.ContinuationIndentWidth = 2;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 1159 milliseconds