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

References

tools/clang/lib/Format/WhitespaceManager.cpp
  167         (Changes[i].NewlinesBefore > 0 || Changes[i].Tok->is(tok::eof) ||
  168          (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) &&
  169         Changes[i - 1].Tok->is(tok::comment) &&
  205   Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment);
  216     if (Change.Tok->is(tok::comment)) {
  217       if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken)
  262            Changes[PreviousNonComment].Tok->is(tok::comment))
  288       if (Changes[ScopeStart - 1].Tok->is(TT_FunctionDeclarationName) ||
  290            Changes[ScopeStart - 2].Tok->is(TT_FunctionDeclarationName)))
  387     if (Changes[i].Tok->is(tok::comma)) {
  482     const FormatToken *Current = C.Tok;
  571         return C.Tok->is(tok::equal);
  591         if (C.Tok->isOneOf(TT_FunctionDeclarationName, tok::kw_operator))
  593         if (C.Tok->isNot(TT_StartOfName))
  596         for (FormatToken *Next = C.Tok->Next; Next; Next = Next->Next) {
  643                                   Changes[i - 1].Tok->is(tok::r_brace) &&
  650         if (Changes[j].Tok->is(tok::comment))
  764       appendIndentText(ReplacementText, C.Tok->IndentLevel,
tools/clang/lib/Format/WhitespaceManager.h
  164       return std::make_pair(Tok->IndentLevel, Tok->NestingLevel);
  164       return std::make_pair(Tok->IndentLevel, Tok->NestingLevel);