clang 22.0.0git
|
Determines extra information about the tokens comprising an UnwrappedLine
.
More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Format/TokenAnnotator.h"
Public Member Functions | |
TokenAnnotator (const FormatStyle &Style, const AdditionalKeywords &Keywords) | |
void | setCommentLineLevels (SmallVectorImpl< AnnotatedLine * > &Lines) const |
Adapts the indent levels of comment lines to the indent of the subsequent line. | |
void | annotate (AnnotatedLine &Line) |
void | calculateFormattingInformation (AnnotatedLine &Line) const |
Determines extra information about the tokens comprising an UnwrappedLine
.
Definition at line 223 of file TokenAnnotator.h.
|
inline |
Definition at line 225 of file TokenAnnotator.h.
References clang::format::getFormattingLangOpts(), and clang::isCpp().
void clang::format::TokenAnnotator::annotate | ( | AnnotatedLine & | Line | ) |
Definition at line 3725 of file TokenAnnotator.cpp.
References annotate(), clang::First, clang::format::getFunctionName(), clang::format::isCtorOrDtorName(), clang::Line, clang::format::LT_Invalid, clang::format::LT_ObjCDecl, clang::format::LT_ObjCMethodDecl, clang::format::LT_ObjCProperty, clang::format::LT_RequiresExpression, clang::format::LT_SimpleRequirement, clang::format::maxNestingDepth(), clang::format::FormatToken::setFinalizedType(), clang::format::ST_Class, clang::format::ST_Other, and Tok.
Referenced by annotate(), and clang::format::TokenAnalyzer::process().
void clang::format::TokenAnnotator::calculateFormattingInformation | ( | AnnotatedLine & | Line | ) | const |
Definition at line 3969 of file TokenAnnotator.cpp.
References clang::format::BK_Block, clang::format::BK_BracedInit, calculateFormattingInformation(), Children, clang::format::FormatToken::Children, clang::First, IndentLevel, clang::format::FormatToken::is(), clang::format::isFunctionDeclarationName(), clang::Line, clang::format::LT_ArrayOfStructInitializer, clang::format::FormatToken::MatchingParen, clang::format::mustBreakAfterAttributes(), clang::format::FormatToken::MustBreakBefore, clang::format::FormatToken::Next, Next, clang::Parameter, clang::format::FormatToken::Previous, Tok, and clang::format::FormatToken::TotalLength.
Referenced by calculateFormattingInformation().
void clang::format::TokenAnnotator::setCommentLineLevels | ( | SmallVectorImpl< AnnotatedLine * > & | Lines | ) | const |
Adapts the indent levels of comment lines to the indent of the subsequent line.
Definition at line 3610 of file TokenAnnotator.cpp.
References clang::format::AnnotatedLine::First, clang::format::isClangFormatOff(), clang::format::AnnotatedLine::Level, clang::Line, clang::format::LT_CommentAbovePPDirective, clang::format::LT_ImportStatement, clang::format::LT_PreprocessorDirective, clang::format::FormatToken::NewlinesBefore, clang::format::FormatToken::OriginalColumn, setCommentLineLevels(), and clang::format::AnnotatedLine::Type.
Referenced by setCommentLineLevels().