clang API Documentation
Public Member Functions | |
CompoundStatementIndenter (UnwrappedLineParser *Parser, const FormatStyle &Style, unsigned &LineLevel) | |
~CompoundStatementIndenter () |
Definition at line 154 of file UnwrappedLineParser.cpp.
clang::format::CompoundStatementIndenter::CompoundStatementIndenter | ( | UnwrappedLineParser * | Parser, |
const FormatStyle & | Style, | ||
unsigned & | LineLevel | ||
) | [inline] |
Definition at line 156 of file UnwrappedLineParser.cpp.
References clang::format::FormatStyle::BreakBeforeBraces, clang::format::FormatStyle::BS_Allman, and clang::format::FormatStyle::BS_GNU.
Definition at line 166 of file UnwrappedLineParser.cpp.