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