Home
last modified time | relevance | path

Searched refs:Whitespaces (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h163 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {} in reflow() argument
207 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument
225 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine()
261 WhitespaceManager &Whitespaces) const override;
376 WhitespaceManager &Whitespaces) const override;
380 WhitespaceManager &Whitespaces) const override;
383 WhitespaceManager &Whitespaces) const override;
448 WhitespaceManager &Whitespaces) const override;
452 WhitespaceManager &Whitespaces) const override;
[all …]
H A DUnwrappedLineFormatter.h31 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() argument
36 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in UnwrappedLineFormatter()
67 WhitespaceManager *Whitespaces; variable
H A DBreakableToken.cpp290 Whitespaces.replaceWhitespaceInToken( in insertBreak()
318 WhitespaceManager &Whitespaces) const { in compressWhitespace()
327 Whitespaces.replaceWhitespaceInToken( in compressWhitespace()
625 Whitespaces.replaceWhitespaceInToken( in insertBreak()
670 Whitespaces.replaceWhitespaceInToken( in reflow()
688 Whitespaces); in adaptStartOfLine()
721 Whitespaces.replaceWhitespaceInToken( in adaptStartOfLine()
897 Whitespaces.replaceWhitespaceInToken( in insertBreak()
922 Whitespaces.replaceWhitespace( in reflow()
989 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()
[all …]
H A DUnwrappedLineFormatter.cpp784 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
870 Whitespaces->replaceWhitespace( in formatChildren()
885 WhitespaceManager *Whitespaces; member in clang::format::__anonb93c45f80111::LineFormatter
894 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
897 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
924 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
945 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
948 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
1226 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1254 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken()
[all …]
H A DContinuationIndenter.h57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces; variable
H A DContinuationIndenter.cpp227 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument
231 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter()
601 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
1744 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1767 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2032 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2146 Whitespaces); in breakProtrudingToken()
2193 Whitespaces); in breakProtrudingToken()
2292 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()
2312 Token->reflow(NextLineIndex, Whitespaces); in breakProtrudingToken()
[all …]
H A DFormat.cpp1686 WhitespaceManager Whitespaces( in analyze() local
1694 Env.getSourceManager(), Whitespaces, Encoding, in analyze()
1697 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
1706 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp138 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local
142 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog5143 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).