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

/freebsd-12-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 {
593 Whitespaces.replaceWhitespaceInToken(
625 WhitespaceManager &Whitespaces) const {
638 Whitespaces.replaceWhitespaceInToken(
646 unsigned LineIndex, WhitespaceManager &Whitespaces) cons
[all...]
H A DUnwrappedLineFormatter.cpp741 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
744 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
760 /// creates changes using \c Whitespaces.
818 Whitespaces->replaceWhitespace(
832 WhitespaceManager *Whitespaces;
841 WhitespaceManager *Whitespaces,
844 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
869 WhitespaceManager *Whitespaces, const FormatStyle &Style,
871 : 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),
582 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces,
846 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column,
1598 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement(
1610 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement(
1621 auto Err = Whitespaces.addReplacement(tooling::Replacement(
1822 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF());
1882 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-12-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 113 milliseconds