Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp59 auto CastDestinationIsFunction = in registerMatchers() local
62 cStyleCastExpr(CastDestinationIsFunction).bind(CStyleCastId), this); in registerMatchers()
64 cxxStaticCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()
66 cxxReinterpretCastExpr(CastDestinationIsFunction).bind(NamedCastId), in registerMatchers()
69 cxxConstCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()