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 390 unsigned ContinuationIndentWidth;
474 ContinuationIndentWidth == R.ContinuationIndentWidth &&
  /external/clang/lib/Format/
ContinuationIndenter.cpp 309 std::max(State.FirstIndent + Style.ContinuationIndentWidth,
442 Style.ContinuationIndentWidth;
517 Style.ContinuationIndentWidth;
527 State.Stack.back().Indent + Style.ContinuationIndentWidth);
604 return State.Stack.back().Indent + Style.ContinuationIndentWidth;
    [all...]
Format.cpp 253 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth);
351 LLVMStyle.ContinuationIndentWidth = 4;
447 ChromiumStyle.ContinuationIndentWidth = 8;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 68 milliseconds