Searched refs:VirtualClassDestructorCheck (Results 1 – 5 of 5) sorted by relevance
22 class VirtualClassDestructorCheck : public ClangTidyCheck {24 VirtualClassDestructorCheck(StringRef Name, ClangTidyContext *Context) in VirtualClassDestructorCheck() function
36 void VirtualClassDestructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()164 void VirtualClassDestructorCheck::check( in check()
36 VirtualClassDestructorCheck.cpp
51 #include "VirtualClassDestructorCheck.h"136 CheckFactories.registerCheck<VirtualClassDestructorCheck>( in addCheckFactories()
48 "VirtualClassDestructorCheck.cpp",