Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp39 const char NamedCastId[] = "named-cast"; variable
64 cxxStaticCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()
66 cxxReinterpretCastExpr(CastDestinationIsFunction).bind(NamedCastId), in registerMatchers()
69 cxxConstCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()
85 Nodes.getNodeAs<CXXNamedCastExpr>(NamedCastId)) { in check()