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

  /external/clang/lib/Format/
UnwrappedLineFormatter.h 43 bool DryRun = false, int AdditionalIndent = 0,
UnwrappedLineFormatter.cpp 41 int AdditionalIndent)
42 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) {
44 IndentForLevel.push_back(Style.IndentWidth * i + AdditionalIndent);
59 Indent = Line.Level * Style.IndentWidth + AdditionalIndent;
114 const unsigned AdditionalIndent;
520 int AdditionalIndent = State.Stack.back().Indent -
524 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent,
798 bool DryRun, int AdditionalIndent,
804 &Lines, AdditionalIndent);
    [all...]

Completed in 272 milliseconds