Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp40 const char CStyleCastId[] = "c-style-cast"; variable
62 cStyleCastExpr(CastDestinationIsFunction).bind(CStyleCastId), this); in registerMatchers()
88 Nodes.getNodeAs<CStyleCastExpr>(CStyleCastId)) { in check()