Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.h163 WhitespaceManager &Whitespaces) const = 0;
176 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {} in reflow() argument
207 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument
223 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine() argument
225 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine()
261 WhitespaceManager &Whitespaces) const override;
263 WhitespaceManager &Whitespaces) const override {} in compressWhitespace() argument
303 WhitespaceManager &Whitespaces) const override;
376 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.cpp289 WhitespaceManager &Whitespaces) const { in insertBreak()
290 Whitespaces.replaceWhitespaceInToken( in insertBreak()
318 WhitespaceManager &Whitespaces) const { in compressWhitespace()
327 Whitespaces.replaceWhitespaceInToken( in compressWhitespace()
602 WhitespaceManager &Whitespaces) const { in insertBreak()
624 Whitespaces.replaceWhitespaceInToken( in insertBreak()
657 WhitespaceManager &Whitespaces) const { in reflow()
670 Whitespaces.replaceWhitespaceInToken( in reflow()
678 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine()
688 Whitespaces); in adaptStartOfLine()
[all …]
H A DUnwrappedLineFormatter.cpp941 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument
944 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
1032 Whitespaces->replaceWhitespace( in formatChildren()
1047 WhitespaceManager *Whitespaces; member in clang::format::__anon5560ac9b0111::LineFormatter
1056 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
1059 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1084 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument
1086 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1107 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
1110 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
[all …]
H A DDefinitionBlockSeparator.cpp70 WhitespaceManager Whitespaces( in separateBlocks() local
102 Whitespaces.replaceWhitespace(*TargetToken, NewlineToInsert, in separateBlocks()
250 for (const auto &R : Whitespaces.generateReplacements()) { in separateBlocks()
H A DContinuationIndenter.h58 WhitespaceManager &Whitespaces,
195 WhitespaceManager &Whitespaces; variable
H A DContinuationIndenter.cpp229 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument
233 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter()
688 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
991 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()
1941 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1953 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1964 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2166 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF()); in createBreakableToken()
2239 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2354 Whitespaces); in breakProtrudingToken()
[all …]
H A DFormat.cpp2231 WhitespaceManager Whitespaces( in analyze() local
2239 Env.getSourceManager(), Whitespaces, Encoding, in analyze()
2242 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
2251 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
/openbsd-src/gnu/llvm/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()
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog6641 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).