Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeConstCastCheck.cpp20 Finder->addMatcher(cxxConstCastExpr().bind("cast"), this); in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp69 cxxConstCastExpr(CastDestinationIsFunction).bind(NamedCastId), this); in registerMatchers()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp135 REGISTER_MATCHER(cxxConstCastExpr); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp175 REGISTER_MATCHER(cxxConstCastExpr); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp929 cxxConstCastExpr; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1862 CXXConstCastExpr> cxxConstCastExpr; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h2497 cxxConstCastExpr;