|
clang
3.8.0
|
#include <FormatToken.h>
Public Member Functions | |
| CommaSeparatedList (const FormatStyle &Style) | |
| void | precomputeFormattingInfos (const FormatToken *Token) override |
After the TokenAnnotator has finished annotating all the tokens, this function precomputes required information for formatting. More... | |
| unsigned | formatAfterToken (LineState &State, ContinuationIndenter *Indenter, bool DryRun) override |
Same as formatFromToken, but assumes that the first token has already been set thereby deciding on the first line break. More... | |
| unsigned | formatFromToken (LineState &State, ContinuationIndenter *Indenter, bool DryRun) override |
| Apply the special formatting that the given role demands. More... | |
| void | CommaFound (const FormatToken *Token) override |
Adds Token as the next comma to the CommaSeparated list. More... | |
Public Member Functions inherited from clang::format::TokenRole | |
| TokenRole (const FormatStyle &Style) | |
| virtual | ~TokenRole () |
Additional Inherited Members | |
Protected Attributes inherited from clang::format::TokenRole | |
| const FormatStyle & | Style |
Definition at line 472 of file FormatToken.h.
|
inline |
Definition at line 474 of file FormatToken.h.
|
inlineoverridevirtual |
Adds Token as the next comma to the CommaSeparated list.
Reimplemented from clang::format::TokenRole.
Definition at line 486 of file FormatToken.h.
|
overridevirtual |
Same as formatFromToken, but assumes that the first token has already been set thereby deciding on the first line break.
Reimplemented from clang::format::TokenRole.
Definition at line 74 of file FormatToken.cpp.
References clang::format::ContinuationIndenter::addTokenToState(), clang::format::BK_Block, clang::format::FormatToken::BlockKind, clang::format::LineState::Column, Column, clang::format::FormatStyle::ColumnLimit, clang::format::FormatToken::ColumnWidth, clang::format::FormatToken::getPreviousNonComment(), clang::format::FormatToken::isOneOf(), clang::format::FormatToken::isTrailingComment(), clang::format::FormatToken::MatchingParen, clang::format::FormatToken::MustBreakBefore, NewLine, clang::format::FormatToken::Next, clang::format::LineState::NextToken, clang::format::FormatToken::Previous, clang::format::TokenRole::Style, and clang::format::FormatToken::Type.
|
overridevirtual |
Apply the special formatting that the given role demands.
Assumes that the token having this role is already formatted.
Continues formatting from State leaving indentation to Indenter and returns the total penalty that this formatting incurs.
Reimplemented from clang::format::TokenRole.
Definition at line 129 of file FormatToken.cpp.
References clang::format::LineState::Stack.
|
overridevirtual |
After the TokenAnnotator has finished annotating all the tokens, this function precomputes required information for formatting.
Reimplemented from clang::format::TokenRole.
Definition at line 145 of file FormatToken.cpp.
References clang::format::FormatStyle::AlignAfterOpenBracket, clang::format::FormatStyle::BAS_DontAlign, clang::format::FormatStyle::BinPackArguments, clang::format::FormatToken::CanBreakBefore, clang::format::CodePointsBetween(), Column, clang::format::FormatStyle::ColumnLimit, clang::format::FormatStyle::Cpp11BracedListStyle, clang::for(), clang::format::FormatToken::getNextNonComment(), clang::format::FormatToken::getPreviousNonComment(), clang::format::FormatToken::HasUnescapedNewline, clang::if(), clang::format::FormatToken::is(), clang::format::FormatToken::isOneOf(), clang::format::FormatToken::isTrailingComment(), Length, clang::format::FormatToken::MatchingParen, clang::format::FormatToken::MustBreakBefore, clang::format::FormatToken::NestingLevel, clang::format::FormatToken::Next, clang::format::FormatToken::Previous, clang::format::TokenRole::Style, and UINT_MAX.
1.8.6