Searched refs:WhitespaceManager (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 160 WhitespaceManager &Whitespaces) const = 0; 173 WhitespaceManager &Whitespaces) const = 0; 196 WhitespaceManager &Whitespaces) const {} in reflow() 204 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() 220 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine() 233 virtual void updateAfterBroken(WhitespaceManager &Whitespaces) const {} in updateAfterBroken() 263 WhitespaceManager &Whitespaces) const override; 265 WhitespaceManager &Whitespaces) const override {} in compressWhitespace() 310 WhitespaceManager &Whitespaces) const override; 311 void updateAfterBroken(WhitespaceManager &Whitespaces) const override; [all …]
|
H A D | WhitespaceManager.cpp | 22 bool WhitespaceManager::Change::IsBeforeInFile::operator()( in operator ()() 34 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() 53 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() 66 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken() 78 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) { in addReplacement() 82 bool WhitespaceManager::inputUsesCRLF(StringRef Text, bool DefaultToCRLF) { in inputUsesCRLF() 88 void WhitespaceManager::replaceWhitespaceInToken( in replaceWhitespaceInToken() 103 const tooling::Replacements &WhitespaceManager::generateReplacements() { in generateReplacements() 129 void WhitespaceManager::calculateLineBreakInformation() { in calculateLineBreakInformation() 233 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation() [all …]
|
H A D | UnwrappedLineFormatter.h | 24 class WhitespaceManager; variable 29 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() 65 WhitespaceManager *Whitespaces;
|
H A D | ContinuationIndenter.h | 32 class WhitespaceManager; variable 53 WhitespaceManager &Whitespaces, 190 WhitespaceManager &Whitespaces;
|
H A D | BreakableToken.cpp | 289 WhitespaceManager &Whitespaces) const { in insertBreak() 378 unsigned ContentIndent, WhitespaceManager &Whitespaces) const { in insertBreak() 389 WhitespaceManager &Whitespaces) const { in updateAfterBroken() 432 WhitespaceManager &Whitespaces) const { in compressWhitespace() 714 WhitespaceManager &Whitespaces) const { in insertBreak() 769 WhitespaceManager &Whitespaces) const { in reflow() 790 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine() 1028 unsigned ContentIndent, WhitespaceManager &Whitespaces) const { in insertBreak() 1056 WhitespaceManager &Whitespaces) const { in reflow() 1105 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine()
|
H A D | WhitespaceManager.h | 35 class WhitespaceManager { 37 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() function
|
H A D | UnwrappedLineFormatter.cpp | 995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 1092 WhitespaceManager *Whitespaces; 1101 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() 1129 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() 1152 WhitespaceManager *Whitespaces, in OptimizingLineFormatter()
|
H A D | Format.cpp | 2436 WhitespaceManager Whitespaces( in analyze() 2439 ? WhitespaceManager::inputUsesCRLF( in analyze()
|
H A D | ContinuationIndenter.cpp | 238 WhitespaceManager &Whitespaces, in ContinuationIndenter()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 447 SRCS_EXT+= Format/WhitespaceManager.cpp
|