Home
last modified time | relevance | path

Searched refs:WhitespaceManager (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h160 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 DWhitespaceManager.cpp22 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 DUnwrappedLineFormatter.h24 class WhitespaceManager; variable
29 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter()
65 WhitespaceManager *Whitespaces;
H A DContinuationIndenter.h32 class WhitespaceManager; variable
53 WhitespaceManager &Whitespaces,
190 WhitespaceManager &Whitespaces;
H A DBreakableToken.cpp289 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 DWhitespaceManager.h35 class WhitespaceManager {
37 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() function
H A DUnwrappedLineFormatter.cpp995 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 DFormat.cpp2436 WhitespaceManager Whitespaces( in analyze()
2439 ? WhitespaceManager::inputUsesCRLF( in analyze()
H A DContinuationIndenter.cpp238 WhitespaceManager &Whitespaces, in ContinuationIndenter()
/freebsd/lib/clang/libclang/
H A DMakefile447 SRCS_EXT+= Format/WhitespaceManager.cpp