clang  3.9.0
Public Member Functions | List of all members
clang::format::UnwrappedLineFormatter Class Reference

#include <UnwrappedLineFormatter.h>

Public Member Functions

 UnwrappedLineFormatter (ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, bool *IncompleteFormat)
 
unsigned format (const SmallVectorImpl< AnnotatedLine * > &Lines, bool DryRun=false, int AdditionalIndent=0, bool FixBadIndentation=false)
 Format the current block and return the penalty. More...
 

Detailed Description

Definition at line 31 of file UnwrappedLineFormatter.h.

Constructor & Destructor Documentation

clang::format::UnwrappedLineFormatter::UnwrappedLineFormatter ( ContinuationIndenter Indenter,
WhitespaceManager Whitespaces,
const FormatStyle Style,
const AdditionalKeywords Keywords,
bool IncompleteFormat 
)
inline

Definition at line 33 of file UnwrappedLineFormatter.h.

Member Function Documentation

unsigned clang::format::UnwrappedLineFormatter::format ( const SmallVectorImpl< AnnotatedLine * > &  Lines,
bool  DryRun = false,
int  AdditionalIndent = 0,
bool  FixBadIndentation = false 
)

The documentation for this class was generated from the following files: