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

  /external/clang/include/clang/Format/
Format.h 54 /// \brief Don't align, instead use \c ContinuationIndentWidth, e.g.:
191 /// \c ContinuationIndentWidth spaces from the start of the line.
308 unsigned ContinuationIndentWidth;
625 ContinuationIndentWidth == R.ContinuationIndentWidth &&
  /external/clang/lib/Format/
ContinuationIndenter.cpp 177 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth ||
324 std::max(State.FirstIndent + Style.ContinuationIndentWidth,
463 State.FirstIndent + Style.ContinuationIndentWidth)
485 Style.ContinuationIndentWidth;
562 Style.ContinuationIndentWidth;
572 State.Stack.back().Indent + Style.ContinuationIndentWidth);
622 State.FirstIndent + Style.ContinuationIndentWidth)
662 return State.Stack.back().Indent + Style.ContinuationIndentWidth;
700 State.FirstIndent + Style.ContinuationIndentWidth;
    [all...]
Format.cpp 283 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth);
496 LLVMStyle.ContinuationIndentWidth = 4;
600 ChromiumStyle.ContinuationIndentWidth = 8;
625 MozillaStyle.ContinuationIndentWidth = 2;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 2138 milliseconds