Lines Matching refs:RedundantVoidArgCheck
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()
235 void RedundantVoidArgCheck::processLambdaExpr( in processLambdaExpr()