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

References

tools/clang/tools/extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
  145     switch (State) {
  148         State = SawLeftParen;
  154         State = SawVoid;
  157         State = SawLeftParen;
  159         State = NothingYet;
  163       State = NothingYet;
  167         State = SawLeftParen;
  173   if (State == SawVoid && ProtoToken.is(tok::TokenKind::r_paren)) {