Searched refs:RedundantVoidArgCheck (Results 1 – 5 of 5) sorted by relevance
41 void RedundantVoidArgCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()69 void RedundantVoidArgCheck::check(const MatchFinder::MatchResult &Result) { in check()93 void RedundantVoidArgCheck::processFunctionDecl( in processFunctionDecl()126 void RedundantVoidArgCheck::removeVoidArgumentTokens( in removeVoidArgumentTokens()220 void RedundantVoidArgCheck::removeVoidToken(Token VoidToken, in removeVoidToken()226 void RedundantVoidArgCheck::processTypedefNameDecl( in processTypedefNameDecl()235 void RedundantVoidArgCheck::processFieldDecl( in processFieldDecl()242 void RedundantVoidArgCheck::processVarDecl( in processVarDecl()258 void RedundantVoidArgCheck::processNamedCastExpr( in processNamedCastExpr()267 void RedundantVoidArgCheck::processExplicitCastExpr( in processExplicitCastExpr()[all …]
29 class RedundantVoidArgCheck : public ClangTidyCheck {31 RedundantVoidArgCheck(StringRef Name, ClangTidyContext *Context) in RedundantVoidArgCheck() function
23 RedundantVoidArgCheck.cpp
24 #include "RedundantVoidArgCheck.h"91 CheckFactories.registerCheck<RedundantVoidArgCheck>( in addCheckFactories()
32 "RedundantVoidArgCheck.cpp",