|
clang 22.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Format/IntegerLiteralSeparatorFixer.h"
Public Member Functions | |
| std::pair< tooling::Replacements, unsigned > | process (const Environment &Env, const FormatStyle &Style) |
Definition at line 23 of file IntegerLiteralSeparatorFixer.h.
| std::pair< tooling::Replacements, unsigned > clang::format::IntegerLiteralSeparatorFixer::process | ( | const Environment & | Env, |
| const FormatStyle & | Style ) |
Definition at line 45 of file IntegerLiteralSeparatorFixer.cpp.
References clang::format::AffectedRangeManager::affectsCharSourceRange(), clang::format::Binary, clang::format::Decimal, clang::format::getBase(), clang::CharSourceRange::getCharRange(), clang::format::Environment::getCharRanges(), clang::format::Environment::getFileID(), clang::format::getFormattingLangOpts(), clang::format::Environment::getSourceManager(), clang::format::Hex, clang::format::isClangFormatOff(), clang::format::isClangFormatOn(), clang::Lexer::LexFromRawLexer(), clang::format::Other, clang::Result, clang::Lexer::SetCommentRetentionState(), clang::sema::Skip, Suffixes, clang::Text, and Tok.
Referenced by clang::format::internal::reformat().