clang 20.0.0git
|
This is the complete list of members for clang::format::WhitespaceManager, including all inherited members.
addReplacement(const tooling::Replacement &Replacement) | clang::format::WhitespaceManager | |
addUntouchableToken(const FormatToken &Tok, bool InPPDirective) | clang::format::WhitespaceManager | |
generateReplacements() | clang::format::WhitespaceManager | |
inputUsesCRLF(StringRef Text, bool DefaultToCRLF) | clang::format::WhitespaceManager | static |
replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces, unsigned StartOfTokenColumn, bool IsAligned=false, bool InPPDirective=false) | clang::format::WhitespaceManager | |
replaceWhitespaceInToken(const FormatToken &Tok, unsigned Offset, unsigned ReplaceChars, StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, unsigned Newlines, int Spaces) | clang::format::WhitespaceManager | |
useCRLF() const | clang::format::WhitespaceManager | inline |
WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, bool UseCRLF) | clang::format::WhitespaceManager | inline |