reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2263 cxxReinterpretCastExpr;
187 REGISTER_MATCHER(cxxReinterpretCastExpr);
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.cpp 23 Finder->addMatcher(cxxReinterpretCastExpr().bind("cast"), this);
tools/clang/tools/extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp 69 cxxReinterpretCastExpr(CastDestinationIsFunction).bind(NamedCastId),
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp953 cxxReinterpretCastExpr())); 957 EXPECT_TRUE(notMatches("char* p = (char*)(&p);", cxxReinterpretCastExpr())); 959 cxxReinterpretCastExpr())); 961 cxxReinterpretCastExpr())); 965 cxxReinterpretCastExpr()));