HomeSort by: relevance | last modified time | path
    Searched defs:Whitespaces (Results 1 - 3 of 3) 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;
ContinuationIndenter.h 57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces;
  /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 26 milliseconds