Searched refs:ProTypeCstyleCastCheck (Results 1 – 6 of 6) sorted by relevance
23 class ProTypeCstyleCastCheck : public ClangTidyCheck {25 ProTypeCstyleCastCheck(StringRef Name, ClangTidyContext *Context) in ProTypeCstyleCastCheck() function
32 void ProTypeCstyleCastCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()37 void ProTypeCstyleCastCheck::check(const MatchFinder::MatchResult &Result) { in check()
21 ProTypeCstyleCastCheck.cpp
81 CheckFactories.registerCheck<ProTypeCstyleCastCheck>( in addCheckFactories()
33 "ProTypeCstyleCastCheck.cpp",
1039 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp1040 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h