reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/Format/FormatToken.h
  582 class ContinuationIndenter;
tools/clang/lib/Format/UnwrappedLineFormatter.h
   25 class ContinuationIndenter;

References

tools/clang/lib/Format/Format.cpp
 1352     ContinuationIndenter Indenter(Style, Tokens.getKeywords(),
tools/clang/lib/Format/FormatToken.cpp
   75                                               ContinuationIndenter *Indenter,
  134                                              ContinuationIndenter *Indenter,
tools/clang/lib/Format/FormatToken.h
  601                                    ContinuationIndenter *Indenter,
  609                                     ContinuationIndenter *Indenter,
  630   unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
  633   unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  728   LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
  816   ContinuationIndenter *Indenter;
  827   NoColumnLimitLineFormatter(ContinuationIndenter *Indenter,
  855   NoLineBreakFormatter(ContinuationIndenter *Indenter,
  878   OptimizingLineFormatter(ContinuationIndenter *Indenter,
tools/clang/lib/Format/UnwrappedLineFormatter.h
   30   UnwrappedLineFormatter(ContinuationIndenter *Indenter,
   65   ContinuationIndenter *Indenter;