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
   50   Finder->addMatcher(functionDecl(parameterCountIs(0), unless(isImplicit()),
   54   Finder->addMatcher(typedefNameDecl().bind(TypedefId), this);
   60   Finder->addMatcher(fieldDecl(FunctionOrMemberPointer).bind(FieldId), this);
   61   Finder->addMatcher(varDecl(FunctionOrMemberPointer).bind(VarId), this);
   64   Finder->addMatcher(
   66   Finder->addMatcher(
   68   Finder->addMatcher(
   71   Finder->addMatcher(
   73   Finder->addMatcher(lambdaExpr().bind(LambdaId), this);