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

References

tools/clang/lib/Format/TokenAnnotator.cpp
  416     if (!AttrTok)
  420     if (AttrTok->startsSequence(tok::kw_using, tok::identifier, tok::colon))
  422     if (AttrTok->isNot(tok::identifier))
  424     while (AttrTok && !AttrTok->startsSequence(tok::r_square, tok::r_square)) {
  424     while (AttrTok && !AttrTok->startsSequence(tok::r_square, tok::r_square)) {
  428       if (AttrTok->is(tok::colon) ||
  429           AttrTok->startsSequence(tok::identifier, tok::identifier) ||
  430           AttrTok->startsSequence(tok::r_paren, tok::identifier))
  432       if (AttrTok->is(tok::ellipsis))
  434       AttrTok = AttrTok->Next;
  434       AttrTok = AttrTok->Next;
  436     return AttrTok && AttrTok->startsSequence(tok::r_square, tok::r_square);
  436     return AttrTok && AttrTok->startsSequence(tok::r_square, tok::r_square);