clang 20.0.0git
|
Public Member Functions | |
NamespaceEndCommentsFixer (const Environment &Env, const FormatStyle &Style) | |
std::pair< tooling::Replacements, unsigned > | analyze (TokenAnnotator &Annotator, SmallVectorImpl< AnnotatedLine * > &AnnotatedLines, FormatTokenLexer &Tokens) override |
Public Member Functions inherited from clang::format::TokenAnalyzer | |
TokenAnalyzer (const Environment &Env, const FormatStyle &Style) | |
std::pair< tooling::Replacements, unsigned > | process (bool SkipAnnotation=false) |
Public Member Functions inherited from clang::format::UnwrappedLineConsumer | |
virtual | ~UnwrappedLineConsumer () |
virtual void | consumeUnwrappedLine (const UnwrappedLine &Line)=0 |
virtual void | finishRun ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from clang::format::TokenAnalyzer | |
virtual std::pair< tooling::Replacements, unsigned > | analyze (TokenAnnotator &Annotator, SmallVectorImpl< AnnotatedLine * > &AnnotatedLines, FormatTokenLexer &Tokens)=0 |
void | consumeUnwrappedLine (const UnwrappedLine &TheLine) override |
void | finishRun () override |
Protected Attributes inherited from clang::format::TokenAnalyzer | |
FormatStyle | Style |
LangOptions | LangOpts |
const Environment & | Env |
AffectedRangeManager | AffectedRangeMgr |
SmallVector< SmallVector< UnwrappedLine, 16 >, 2 > | UnwrappedLines |
encoding::Encoding | Encoding |
Definition at line 33 of file NamespaceEndCommentsFixer.h.
clang::format::NamespaceEndCommentsFixer::NamespaceEndCommentsFixer | ( | const Environment & | Env, |
const FormatStyle & | Style | ||
) |
Definition at line 277 of file NamespaceEndCommentsFixer.cpp.
|
overridevirtual |
Implements clang::format::TokenAnalyzer.
Definition at line 281 of file NamespaceEndCommentsFixer.cpp.
References clang::format::TokenAnalyzer::AffectedRangeMgr, clang::Braces, clang::format::FormatStyle::CompactNamespaces, clang::format::AffectedRangeManager::computeAffectedLines(), E, clang::format::TokenAnalyzer::Env, clang::format::FormatToken::Finalized, clang::First, clang::format::AnnotatedLine::First, clang::format::getNamespaceToken(), clang::format::getNamespaceTokenText(), clang::format::Environment::getSourceManager(), clang::format::FormatToken::is(), clang::format::FormatToken::isNot(), clang::Line, clang::format::AnnotatedLine::MatchingOpeningBlockLineIndex, clang::format::FormatStyle::SpacesInLineComment::Minimum, clang::format::FormatToken::NewlinesBefore, clang::format::FormatToken::Next, clang::format::FormatStyle::ShortNamespaceLines, SIZE_MAX, clang::format::FormatStyle::SpacesBeforeTrailingComments, clang::format::FormatStyle::SpacesInLineCommentPrefix, clang::format::TokenAnalyzer::Style, and clang::format::FormatToken::TokenText.