clang
8.0.0
|
#include "/work/www-prereleases/8.0.0/rc2/builddocs/llvm.src/tools/clang/lib/Format/UnwrappedLineFormatter.h"
Public Member Functions | |
UnwrappedLineFormatter (ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, FormattingAttemptStatus *Status) | |
unsigned | format (const SmallVectorImpl< AnnotatedLine *> &Lines, bool DryRun=false, int AdditionalIndent=0, bool FixBadIndentation=false, unsigned FirstStartColumn=0, unsigned NextStartColumn=0, unsigned LastStartColumn=0) |
Format the current block and return the penalty. More... | |
Definition at line 29 of file UnwrappedLineFormatter.h.
|
inline |
Definition at line 31 of file UnwrappedLineFormatter.h.
References format().
unsigned clang::format::UnwrappedLineFormatter::format | ( | const SmallVectorImpl< AnnotatedLine *> & | Lines, |
bool | DryRun = false , |
||
int | AdditionalIndent = 0 , |
||
bool | FixBadIndentation = false , |
||
unsigned | FirstStartColumn = 0 , |
||
unsigned | NextStartColumn = 0 , |
||
unsigned | LastStartColumn = 0 |
||
) |
Format the current block and return the penalty.
Definition at line 1013 of file UnwrappedLineFormatter.cpp.
Referenced by UnwrappedLineFormatter().