Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.h166 WhitespaceManager &Whitespaces) const = 0;
202 WhitespaceManager &Whitespaces) const {} in reflow() argument
212 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument
230 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine()
266 WhitespaceManager &Whitespaces) const override;
378 WhitespaceManager &Whitespaces) const override;
382 WhitespaceManager &Whitespaces) const override;
385 WhitespaceManager &Whitespaces) const override;
451 WhitespaceManager &Whitespaces) const override;
455 WhitespaceManager &Whitespaces) const override;
[all …]
H A DUnwrappedLineFormatter.h32 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() argument
37 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in UnwrappedLineFormatter()
69 WhitespaceManager *Whitespaces; variable
H A DBreakableToken.cpp256 Whitespaces.replaceWhitespaceInToken( in insertBreak()
284 WhitespaceManager &Whitespaces) const { in compressWhitespace()
293 Whitespaces.replaceWhitespaceInToken( in compressWhitespace()
580 Whitespaces.replaceWhitespaceInToken( in insertBreak()
626 Whitespaces.replaceWhitespaceInToken( in reflow()
644 Whitespaces); in adaptStartOfLine()
677 Whitespaces.replaceWhitespaceInToken( in adaptStartOfLine()
828 Whitespaces.replaceWhitespaceInToken( in insertBreak()
853 Whitespaces.replaceWhitespace( in reflow()
922 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()
[all …]
H A DUnwrappedLineFormatter.cpp687 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
763 Whitespaces->replaceWhitespace( in formatChildren()
777 WhitespaceManager *Whitespaces; member in clang::format::__anon847ac5d30111::LineFormatter
786 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
789 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
816 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
837 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
840 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
1118 Whitespaces->addUntouchableToken(*TheLine.First, in format()
1144 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken()
[all …]
H A DContinuationIndenter.h58 WhitespaceManager &Whitespaces,
195 WhitespaceManager &Whitespaces; variable
H A DContinuationIndenter.cpp228 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument
232 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter()
580 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
1554 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1577 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1835 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
1949 Whitespaces); in breakProtrudingToken()
1996 Whitespaces); in breakProtrudingToken()
2095 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()
2115 Token->reflow(NextLineIndex, Whitespaces); in breakProtrudingToken()
[all …]
H A DFormat.cpp1179 WhitespaceManager Whitespaces( in analyze() local
1183 Env.getSourceManager(), Whitespaces, Encoding, in analyze()
1186 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
1195 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp137 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local
141 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine()
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog3726 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).