Home
last modified time | relevance | path

Searched refs:SizeofExpressionCheck (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSizeofExpressionCheck.h22 class SizeofExpressionCheck : public ClangTidyCheck {
24 SizeofExpressionCheck(StringRef Name, ClangTidyContext *Context);
DSizeofExpressionCheck.cpp60 SizeofExpressionCheck::SizeofExpressionCheck(StringRef Name, in SizeofExpressionCheck() function in clang::tidy::bugprone::SizeofExpressionCheck
70 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()
DCMakeLists.txt41 SizeofExpressionCheck.cpp
DBugproneTidyModule.cpp142 CheckFactories.registerCheck<SizeofExpressionCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn51 "SizeofExpressionCheck.cpp",