Home | History | Annotate | Download | only in Format

Lines Matching refs:FirstIndent

551   void format(unsigned FirstIndent, const AnnotatedLine *Line) {
553 Indenter->getInitialState(FirstIndent, Line, /*DryRun=*/false);
941 unsigned format(const AnnotatedLine &Line, unsigned FirstIndent,
943 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
1209 State.FirstIndent - State.Line->Level * Style.IndentWidth;