Home
last modified time | relevance | path

Searched refs:CastDestinationIsFunction (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp55 auto CastDestinationIsFunction = in registerMatchers() local
58 cStyleCastExpr(CastDestinationIsFunction).bind(CStyleCastId), this); in registerMatchers()
60 cxxStaticCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()
62 cxxReinterpretCastExpr(CastDestinationIsFunction).bind(NamedCastId), in registerMatchers()
65 cxxConstCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()