Searched refs:ProTypeConstCastCheck (Results 1 – 5 of 5) sorted by relevance
32 ProTypeConstCastCheck::ProTypeConstCastCheck(StringRef Name, in ProTypeConstCastCheck() function in clang::tidy::cppcoreguidelines::ProTypeConstCastCheck37 void ProTypeConstCastCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()41 void ProTypeConstCastCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()45 void ProTypeConstCastCheck::check(const MatchFinder::MatchResult &Result) { in check()
20 class ProTypeConstCastCheck : public ClangTidyCheck {22 ProTypeConstCastCheck(StringRef Name, ClangTidyContext *Context);
26 ProTypeConstCastCheck.cpp
41 #include "ProTypeConstCastCheck.h"113 CheckFactories.registerCheck<ProTypeConstCastCheck>( in addCheckFactories()
38 "ProTypeConstCastCheck.cpp",