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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2305     cxxConstCastExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  168   REGISTER_MATCHER(cxxConstCastExpr);
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.cpp
   23   Finder->addMatcher(cxxConstCastExpr().bind("cast"), this);
tools/clang/tools/extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
   72       cxxConstCastExpr(CastDestinationIsFunction).bind(NamedCastId), this);