reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/Format/WhitespaceManager.h
   51   void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,

References

tools/clang/lib/Format/BreakableToken.cpp
  866     Whitespaces.replaceWhitespace(
  932     Whitespaces.replaceWhitespace(*Tokens[LineIndex],
tools/clang/lib/Format/ContinuationIndenter.cpp
  582     Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces,
  846     Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column,
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  805       Whitespaces->replaceWhitespace(
 1185     Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent,
 1238   Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent,