Searched refs:SizeofExpressionCheck (Results 1 – 5 of 5) sorted by relevance
22 class SizeofExpressionCheck : public ClangTidyCheck {24 SizeofExpressionCheck(StringRef Name, ClangTidyContext *Context);
60 SizeofExpressionCheck::SizeofExpressionCheck(StringRef Name, in SizeofExpressionCheck() function in clang::tidy::bugprone::SizeofExpressionCheck70 void SizeofExpressionCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()79 void SizeofExpressionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()281 void SizeofExpressionCheck::check(const MatchFinder::MatchResult &Result) { in check()
41 SizeofExpressionCheck.cpp
142 CheckFactories.registerCheck<SizeofExpressionCheck>( in addCheckFactories()
51 "SizeofExpressionCheck.cpp",