clang 22.0.0git
|
Public Member Functions | |
ObjCPropertyAttributeOrderFixer (const Environment &Env, const FormatStyle &Style) | |
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 () |
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 |
LangOptions | LangOpts |
const Environment & | Env |
AffectedRangeManager | AffectedRangeMgr |
SmallVector< SmallVector< UnwrappedLine, 16 >, 2 > | UnwrappedLines |
encoding::Encoding | Encoding |
Definition at line 25 of file ObjCPropertyAttributeOrderFixer.h.
clang::format::ObjCPropertyAttributeOrderFixer::ObjCPropertyAttributeOrderFixer | ( | const Environment & | Env, |
const FormatStyle & | Style ) |
Definition at line 21 of file ObjCPropertyAttributeOrderFixer.cpp.
References clang::format::TokenAnalyzer::Env, clang::Property, clang::format::TokenAnalyzer::Style, and clang::format::TokenAnalyzer::TokenAnalyzer().