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