Home
last modified time | relevance | path

Searched refs:Whitespaces (Results 1 – 9 of 9) 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() argument
204 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument
220 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine() argument
222 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine()
233 virtual void updateAfterBroken(WhitespaceManager &Whitespaces) const {} in updateAfterBroken() argument
263 WhitespaceManager &Whitespaces) const override;
265 WhitespaceManager &Whitespaces) const override {} in compressWhitespace() argument
310 WhitespaceManager &Whitespaces) const override;
[all …]
H A DUnwrappedLineFormatter.h29 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() argument
34 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in UnwrappedLineFormatter()
65 WhitespaceManager *Whitespaces; variable
H A DBreakableToken.cpp289 WhitespaceManager &Whitespaces) const { in insertBreak()
290 Whitespaces.replaceWhitespaceInToken( in insertBreak()
378 unsigned ContentIndent, WhitespaceManager &Whitespaces) const { in insertBreak()
379 Whitespaces.replaceWhitespaceInToken( in insertBreak()
389 WhitespaceManager &Whitespaces) const { in updateAfterBroken()
399 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken()
403 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken()
432 WhitespaceManager &Whitespaces) const { in compressWhitespace()
441 Whitespaces.replaceWhitespaceInToken( in compressWhitespace()
714 WhitespaceManager &Whitespaces) const { in insertBreak()
[all …]
H A DUnwrappedLineFormatter.cpp995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument
998 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
1075 Whitespaces->replaceWhitespace( in formatChildren()
1092 WhitespaceManager *Whitespaces; member in clang::format::__anond596d1440111::LineFormatter
1101 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
1104 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1129 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument
1131 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1152 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
1155 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
[all …]
H A DContinuationIndenter.h53 WhitespaceManager &Whitespaces,
190 WhitespaceManager &Whitespaces; variable
H A DContinuationIndenter.cpp238 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument
242 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter()
758 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
1080 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()
2155 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2167 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2178 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2410 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF()); in createBreakableToken()
2483 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2598 Whitespaces); in breakProtrudingToken()
[all …]
H A DFormat.cpp2436 WhitespaceManager Whitespaces( in analyze() local
2444 Env.getSourceManager(), Whitespaces, Encoding, in analyze()
2447 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
2456 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp139 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local
143 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine()
/freebsd/contrib/unbound/doc/
H A DChangelog6790 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).