clang 22.0.0git
|
Public Member Functions | |
std::pair< tooling::Replacements, unsigned > | process (const Environment &Env, const FormatStyle &Style) |
Definition at line 23 of file NumericLiteralCaseFixer.h.
std::pair< tooling::Replacements, unsigned > clang::format::NumericLiteralCaseFixer::process | ( | const Environment & | Env, |
const FormatStyle & | Style ) |
Definition at line 125 of file NumericLiteralCaseFixer.cpp.
References clang::format::AffectedRangeManager::affectsCharSourceRange(), clang::format::format(), clang::CharSourceRange::getCharRange(), clang::format::Environment::getCharRanges(), clang::format::Environment::getFileID(), clang::format::getFormattingLangOpts(), clang::format::Environment::getSourceManager(), clang::format::isClangFormatOff(), clang::format::isClangFormatOn(), clang::format::isNumericLiteralCaseFixerNeeded(), clang::Lexer::LexFromRawLexer(), clang::Result, clang::Lexer::SetCommentRetentionState(), clang::sema::Skip, clang::Text, and Tok.
Referenced by clang::format::internal::reformat().