Searched refs:Whitespaces (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h31 WhitespaceManager *Whitespaces,
36 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
66 WhitespaceManager *Whitespaces; member in class:clang::format::UnwrappedLineFormatter
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, FormattingAttemptStatus *Status) argument
H A DBreakableToken.h160 /// Emits the previously retrieved \p Split via \p Whitespaces.
163 WhitespaceManager &Whitespaces) const = 0;
176 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {}
207 WhitespaceManager &Whitespaces) const {}
223 WhitespaceManager &Whitespaces) const {
225 /*ContentIndent=*/0, Whitespaces);
261 WhitespaceManager &Whitespaces) const override;
263 WhitespaceManager &Whitespaces) const override {}
303 WhitespaceManager &Whitespaces) cons
[all...]
H A DBreakableToken.cpp256 WhitespaceManager &Whitespaces) const {
257 Whitespaces.replaceWhitespaceInToken(
285 WhitespaceManager &Whitespaces) const {
287 // Text is relative to the content line, but Whitespaces operates relative to
294 Whitespaces.replaceWhitespaceInToken(
570 WhitespaceManager &Whitespaces) const {
592 Whitespaces.replaceWhitespaceInToken(
624 WhitespaceManager &Whitespaces) const {
637 Whitespaces.replaceWhitespaceInToken(
645 unsigned LineIndex, WhitespaceManager &Whitespaces) cons
[all...]
H A DUnwrappedLineFormatter.cpp732 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
735 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
751 /// creates changes using \c Whitespaces.
809 Whitespaces->replaceWhitespace(
824 WhitespaceManager *Whitespaces;
833 WhitespaceManager *Whitespaces,
836 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
861 WhitespaceManager *Whitespaces, const FormatStyle &Style,
863 : LineFormatter(Indenter, Whitespaces, Styl
[all...]
H A DContinuationIndenter.h57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces; member in class:clang::format::ContinuationIndenter
H A DContinuationIndenter.cpp227 WhitespaceManager &Whitespaces,
231 Whitespaces(Whitespaces), Encoding(Encoding),
599 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces,
870 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column,
1724 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement(
1736 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement(
1747 auto Err = Whitespaces.addReplacement(tooling::Replacement(
1948 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF());
2008 Token->adaptStartOfLine(0, Whitespaces);
224 ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp136 static StringRef Whitespaces = " \t\n"; local
140 StringRef::size_type col = Str.find_first_not_of(Whitespaces);

Completed in 123 milliseconds