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
  103   if (Function->isThisDeclarationADefinition()) {
  104     SourceLocation Start = Function->getBeginLoc();
  105     SourceLocation End = Function->getEndLoc();
  106     if (const Stmt *Body = Function->getBody()) {
  116     removeVoidArgumentTokens(Result, Function->getSourceRange(),