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

  /external/clang/include/clang/Format/
Format.h 255 unsigned IndentWidth;
448 IndentWidth == R.IndentWidth && Language == R.Language &&
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 178 CommentColumn == NextColumn + Style.IndentWidth;
342 unsigned Indentation = IndentLevel * Style.IndentWidth;
UnwrappedLineFormatter.cpp 353 IndentForLevel.push_back(Style.IndentWidth * i + AdditionalIndent);
365 Indent = TheLine.Level * Style.IndentWidth;
538 return getIndent(IndentForLevel, Level - 1) + Style.IndentWidth;
684 Previous.Children[0]->Level * Style.IndentWidth;
Format.cpp 238 IO.mapOptional("IndentWidth", Style.IndentWidth);
360 LLVMStyle.IndentWidth = 2;
446 ChromiumStyle.IndentWidth = 4;
485 Style.IndentWidth = 4;
    [all...]
ContinuationIndenter.cpp     [all...]

Completed in 153 milliseconds