Searched refs:RedundantVoidArgCheck (Results 1 – 5 of 5) sorted by relevance
46 void RedundantVoidArgCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()73 void RedundantVoidArgCheck::check(const MatchFinder::MatchResult &Result) { in check()98 void RedundantVoidArgCheck::processFunctionDecl( in processFunctionDecl()118 void RedundantVoidArgCheck::removeVoidArgumentTokens( in removeVoidArgumentTokens()175 void RedundantVoidArgCheck::removeVoidToken(Token VoidToken, in removeVoidToken()181 void RedundantVoidArgCheck::processTypedefNameDecl( in processTypedefNameDecl()191 void RedundantVoidArgCheck::processFieldDecl( in processFieldDecl()199 void RedundantVoidArgCheck::processVarDecl( in processVarDecl()216 void RedundantVoidArgCheck::processNamedCastExpr( in processNamedCastExpr()226 void RedundantVoidArgCheck::processExplicitCastExpr( in processExplicitCastExpr()[all …]
31 class RedundantVoidArgCheck : public ClangTidyCheck {33 RedundantVoidArgCheck(StringRef Name, ClangTidyContext *Context) in RedundantVoidArgCheck() function
20 RedundantVoidArgCheck.cpp
67 CheckFactories.registerCheck<RedundantVoidArgCheck>( in addCheckFactories()
29 "RedundantVoidArgCheck.cpp",