reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2263     cxxReinterpretCastExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  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.cpp
  953                       cxxReinterpretCastExpr()));
  957   EXPECT_TRUE(notMatches("char* p = (char*)(&p);", cxxReinterpretCastExpr()));
  959                          cxxReinterpretCastExpr()));
  961                          cxxReinterpretCastExpr()));
  965                          cxxReinterpretCastExpr()));