clang
8.0.0
|
#include "/work/www-prereleases/8.0.0/rc1/builddocs/llvm.src/tools/clang/lib/Format/UsingDeclarationsSorter.h"
Public Member Functions | |
UsingDeclarationsSorter (const Environment &Env, const FormatStyle &Style) | |
std::pair< tooling::Replacements, unsigned > | analyze (TokenAnnotator &Annotator, SmallVectorImpl< AnnotatedLine *> &AnnotatedLines, FormatTokenLexer &Tokens) override |
![]() | |
TokenAnalyzer (const Environment &Env, const FormatStyle &Style) | |
std::pair< tooling::Replacements, unsigned > | process () |
![]() | |
virtual | ~UnwrappedLineConsumer () |
Additional Inherited Members | |
![]() | |
void | consumeUnwrappedLine (const UnwrappedLine &TheLine) override |
void | finishRun () override |
![]() | |
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 182 of file UsingDeclarationsSorter.cpp.
|
overridevirtual |
Implements clang::format::TokenAnalyzer.
Definition at line 186 of file UsingDeclarationsSorter.cpp.