Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.h24 class VirtualClassDestructorCheck : public ClangTidyCheck {
26 VirtualClassDestructorCheck(StringRef Name, ClangTidyContext *Context) in VirtualClassDestructorCheck() function
H A DVirtualClassDestructorCheck.cpp37 void VirtualClassDestructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
164 void VirtualClassDestructorCheck::check( in check()
H A DCMakeLists.txt29 VirtualClassDestructorCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp98 CheckFactories.registerCheck<VirtualClassDestructorCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn41 "VirtualClassDestructorCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1052 clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
1053 clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.h