Searched refs:RedundantVoidArgCheck (Results 1 – 6 of 6) sorted by relevance
43 void RedundantVoidArgCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()71 void RedundantVoidArgCheck::check(const MatchFinder::MatchResult &Result) { in check()95 void RedundantVoidArgCheck::processFunctionDecl( in processFunctionDecl()128 void RedundantVoidArgCheck::removeVoidArgumentTokens( in removeVoidArgumentTokens()222 void RedundantVoidArgCheck::removeVoidToken(Token VoidToken, in removeVoidToken()228 void RedundantVoidArgCheck::processTypedefNameDecl( in processTypedefNameDecl()237 void RedundantVoidArgCheck::processFieldDecl( in processFieldDecl()244 void RedundantVoidArgCheck::processVarDecl( in processVarDecl()260 void RedundantVoidArgCheck::processNamedCastExpr( in processNamedCastExpr()269 void RedundantVoidArgCheck::processExplicitCastExpr( in processExplicitCastExpr()[all …]
31 class RedundantVoidArgCheck : public ClangTidyCheck {33 RedundantVoidArgCheck(StringRef Name, ClangTidyContext *Context) in RedundantVoidArgCheck() function
22 RedundantVoidArgCheck.cpp
69 CheckFactories.registerCheck<RedundantVoidArgCheck>( in addCheckFactories()
31 "RedundantVoidArgCheck.cpp",
1163 clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp1164 clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.h