clang
9.0.0
|
#include "/work/llvm-www-releases/9.0.0/docsbuild/llvm.src/tools/clang/lib/Format/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... | |
const FormatToken * | lastComma () override |
![]() | |
TokenRole (const FormatStyle &Style) | |
virtual | ~TokenRole () |
Additional Inherited Members | |
![]() | |
const FormatStyle & | Style |
Definition at line 614 of file FormatToken.h.
|
inline |
Definition at line 616 of file FormatToken.h.
|
inlineoverridevirtual |
Adds Token
as the next comma to the CommaSeparated
list.
Reimplemented from clang::format::TokenRole.
Definition at line 628 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, 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::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 133 of file FormatToken.cpp.
References clang::format::LineState::Stack.
|
inlineoverridevirtual |
Reimplemented from clang::format::TokenRole.
Definition at line 632 of file FormatToken.h.
|
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 151 of file FormatToken.cpp.
References clang::format::FormatStyle::AlignAfterOpenBracket, clang::format::FormatStyle::BAS_DontAlign, clang::format::FormatToken::CanBreakBefore, clang::format::CodePointsBetween(), clang::for(), clang::format::FormatToken::getNextNonComment(), clang::format::FormatToken::getPreviousNonComment(), clang::format::FormatToken::HasUnescapedNewline, i, clang::if(), clang::format::FormatToken::is(), clang::format::FormatToken::isOneOf(), clang::format::FormatToken::isTrailingComment(), clang::format::FormatToken::MatchingParen, max(), min(), clang::format::FormatToken::MustBreakBefore, clang::format::FormatToken::NestingLevel, clang::format::FormatToken::Next, clang::format::FormatToken::Previous, clang::format::Style, and UINT_MAX.