Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeConstCastCheck.cpp20 Finder->addMatcher(cxxConstCastExpr().bind("cast"), this); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp67 cxxConstCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp184 REGISTER_MATCHER(cxxConstCastExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp969 cxxConstCastExpr; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2601 cxxConstCastExpr;