|
clang
5.0.0
|
Public Member Functions | |
| UsingDeclarationsSorter (const Environment &Env, const FormatStyle &Style) | |
| tooling::Replacements | analyze (TokenAnnotator &Annotator, SmallVectorImpl< AnnotatedLine * > &AnnotatedLines, FormatTokenLexer &Tokens) override |
Public Member Functions inherited from clang::format::TokenAnalyzer | |
| TokenAnalyzer (const Environment &Env, const FormatStyle &Style) | |
| tooling::Replacements | process () |
Public Member Functions inherited from clang::format::UnwrappedLineConsumer | |
| virtual | ~UnwrappedLineConsumer () |
Additional Inherited Members | |
Protected Member Functions inherited from clang::format::TokenAnalyzer | |
| void | consumeUnwrappedLine (const UnwrappedLine &TheLine) override |
| void | finishRun () override |
Protected Attributes inherited from clang::format::TokenAnalyzer | |
| FormatStyle | Style |
| const Environment & | Env |
| AffectedRangeManager | AffectedRangeMgr |
| SmallVector< SmallVector < UnwrappedLine, 16 >, 2 > | UnwrappedLines |
| encoding::Encoding | Encoding |
Definition at line 24 of file UsingDeclarationsSorter.h.
| clang::format::UsingDeclarationsSorter::UsingDeclarationsSorter | ( | const Environment & | Env, |
| const FormatStyle & | Style | ||
| ) |
Definition at line 111 of file UsingDeclarationsSorter.cpp.
|
overridevirtual |
Implements clang::format::TokenAnalyzer.
Definition at line 115 of file UsingDeclarationsSorter.cpp.
References clang::format::TokenAnalyzer::AffectedRangeMgr, clang::format::AffectedRangeManager::computeAffectedLines(), E, clang::format::TokenAnalyzer::Env, clang::format::Environment::getSourceManager(), and I.
1.8.6