HomeSort by: relevance | last modified time | path
    Searched refs:Whitespaces (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.h 31 WhitespaceManager *Whitespaces,
36 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
66 WhitespaceManager *Whitespaces;
BreakableToken.h 160 /// 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) const override
    [all...]
BreakableToken.cpp 289 WhitespaceManager &Whitespaces) const {
290 Whitespaces.replaceWhitespaceInToken(
318 WhitespaceManager &Whitespaces) const {
320 // Text is relative to the content line, but Whitespaces operates relative to
327 Whitespaces.replaceWhitespaceInToken(
603 WhitespaceManager &Whitespaces) const {
625 Whitespaces.replaceWhitespaceInToken(
657 WhitespaceManager &Whitespaces) const {
670 Whitespaces.replaceWhitespaceInToken(
678 unsigned LineIndex, WhitespaceManager &Whitespaces) const
    [all...]
UnwrappedLineFormatter.cpp 779 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
782 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
798 /// creates changes using \c Whitespaces.
856 Whitespaces->replaceWhitespace(
871 WhitespaceManager *Whitespaces;
880 WhitespaceManager *Whitespaces,
883 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
908 WhitespaceManager *Whitespaces, const FormatStyle &Style,
910 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {
    [all...]
ContinuationIndenter.h 57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces;
ContinuationIndenter.cpp 227 WhitespaceManager &Whitespaces,
231 Whitespaces(Whitespaces), Encoding(Encoding),
601 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces,
888 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column,
1744 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement(
1756 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement(
1767 auto Err = Whitespaces.addReplacement(tooling::Replacement(
1968 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF());
2032 Token->adaptStartOfLine(0, Whitespaces);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
IssueHash.cpp 138 static StringRef Whitespaces = " \t\n";
142 StringRef::size_type col = Str.find_first_not_of(Whitespaces);

Completed in 69 milliseconds