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

  /external/clang/include/clang/Format/
Format.h 229 unsigned IndentWidth;
391 IndentWidth == R.IndentWidth && Language == R.Language &&
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 219 IO.mapOptional("IndentWidth", Style.IndentWidth);
334 LLVMStyle.IndentWidth = 2;
436 Style.IndentWidth = 4;
812 IndentForLevel.push_back(Style.IndentWidth * i + AdditionalIndent);
824 Indent = TheLine.Level * Style.IndentWidth;
    [all...]
WhitespaceManager.cpp 333 unsigned Indentation = IndentLevel * Style.IndentWidth;
ContinuationIndenter.cpp     [all...]

Completed in 1499 milliseconds