Searched refs:ProBoundsArrayToPointerDecayCheck (Results 1 – 6 of 6) sorted by relevance
20 class ProBoundsArrayToPointerDecayCheck : public ClangTidyCheck {22 ProBoundsArrayToPointerDecayCheck(StringRef Name, ClangTidyContext *Context) in ProBoundsArrayToPointerDecayCheck() function
50 void ProBoundsArrayToPointerDecayCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()71 void ProBoundsArrayToPointerDecayCheck::check( in check()
23 ProBoundsArrayToPointerDecayCheck.cpp
38 #include "ProBoundsArrayToPointerDecayCheck.h"107 CheckFactories.registerCheck<ProBoundsArrayToPointerDecayCheck>( in addCheckFactories()
35 "ProBoundsArrayToPointerDecayCheck.cpp",
83 .registerCheck<cppcoreguidelines::ProBoundsArrayToPointerDecayCheck>( in addCheckFactories()