Searched refs:ProTypeConstCastCheck (Results 1 – 6 of 6) sorted by relevance
19 void ProTypeConstCastCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()23 void ProTypeConstCastCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class ProTypeConstCastCheck : public ClangTidyCheck {24 ProTypeConstCastCheck(StringRef Name, ClangTidyContext *Context) in ProTypeConstCastCheck() function
20 ProTypeConstCastCheck.cpp
79 CheckFactories.registerCheck<ProTypeConstCastCheck>( in addCheckFactories()
32 "ProTypeConstCastCheck.cpp",
1037 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.cpp1038 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h