HomeSort by relevance Sort by last modified time
    Searched defs:Whitespaces (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
UnwrappedLineFormatter.h 34 WhitespaceManager *Whitespaces,
38 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
65 WhitespaceManager *Whitespaces;
ContinuationIndenter.h 42 WhitespaceManager &Whitespaces,
142 WhitespaceManager &Whitespaces;
UnwrappedLineFormatter.cpp 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
478 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
494 /// creates changes using \c Whitespaces.
552 Whitespaces->replaceWhitespace(
566 WhitespaceManager *Whitespaces;
575 WhitespaceManager *Whitespaces,
578 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
603 WhitespaceManager *Whitespaces, const FormatStyle &Style,
605 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 131 static StringRef Whitespaces = " \t\n";
135 StringRef::size_type col = Str.find_first_not_of(Whitespaces);

Completed in 768 milliseconds