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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  234       if (Tok && Tok->is(tok::comment))
  234       if (Tok && Tok->is(tok::comment))
  235         Tok = Tok->getNextNonComment();
  235         Tok = Tok->getNextNonComment();
  237       if (Tok && Tok->getNamespaceToken())
  237       if (Tok && Tok->getNamespaceToken())
  242       if (Tok && Tok->is(tok::kw_typedef))
  242       if (Tok && Tok->is(tok::kw_typedef))
  243         Tok = Tok->getNextNonComment();
  243         Tok = Tok->getNextNonComment();
  244       if (Tok && Tok->isOneOf(tok::kw_class, tok::kw_struct, tok::kw_union,
  244       if (Tok && Tok->isOneOf(tok::kw_class, tok::kw_struct, tok::kw_union,