Searched refs:ProTypeStaticCastDowncastCheck (Results 1 – 6 of 6) sorted by relevance
23 class ProTypeStaticCastDowncastCheck : public ClangTidyCheck {25 ProTypeStaticCastDowncastCheck(StringRef Name, ClangTidyContext *Context) in ProTypeStaticCastDowncastCheck() function
19 void ProTypeStaticCastDowncastCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()25 void ProTypeStaticCastDowncastCheck::check( in check()
24 ProTypeStaticCastDowncastCheck.cpp
87 CheckFactories.registerCheck<ProTypeStaticCastDowncastCheck>( in addCheckFactories()
36 "ProTypeStaticCastDowncastCheck.cpp",
1044 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.cpp1045 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h