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

  /external/clang/include/clang/Format/
Format.h 407 unsigned IndentWidth;
634 IndentWidth == R.IndentWidth && Language == R.Language &&
  /external/clang/unittests/Format/
FormatTestSelective.cpp 438 Style.IndentWidth = 8;
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 44 IndentForLevel.push_back(Style.IndentWidth * i + AdditionalIndent);
59 Indent = Line.Level * Style.IndentWidth + AdditionalIndent;
109 return getIndent(IndentForLevel, Level - 1) + Style.IndentWidth;
521 Previous.Children[0]->Level * Style.IndentWidth;
    [all...]
WhitespaceManager.cpp 364 CommentColumn == NextColumn + Style.IndentWidth;
528 unsigned Indentation = IndentLevel * Style.IndentWidth;
Format.cpp 292 IO.mapOptional("IndentWidth", Style.IndentWidth);
508 LLVMStyle.IndentWidth = 2;
601 ChromiumStyle.IndentWidth = 4;
646 Style.IndentWidth = 4;
    [all...]
ContinuationIndenter.cpp     [all...]

Completed in 43 milliseconds