Home
last modified time | relevance | path

Searched refs:SizeofContainerCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSizeofContainerCheck.h23 class SizeofContainerCheck : public ClangTidyCheck {
25 SizeofContainerCheck(StringRef Name, ClangTidyContext *Context) in SizeofContainerCheck() function
H A DSizeofContainerCheck.cpp19 void SizeofContainerCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
37 void SizeofContainerCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt45 SizeofContainerCheck.cpp
H A DBugproneTidyModule.cpp152 CheckFactories.registerCheck<SizeofContainerCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn56 "SizeofContainerCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt934 clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.cpp
935 clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.h