Searched refs:UndelegatedConstructorCheck (Results 1 – 7 of 7) sorted by relevance
23 class UndelegatedConstructorCheck : public ClangTidyCheck {25 UndelegatedConstructorCheck(StringRef Name, ClangTidyContext *Context) in UndelegatedConstructorCheck() function
50 void UndelegatedConstructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()71 void UndelegatedConstructorCheck::check( in check()
65 UndelegatedConstructorCheck.cpp
192 CheckFactories.registerCheck<UndelegatedConstructorCheck>( in addCheckFactories()
92 CheckFactories.registerCheck<bugprone::UndelegatedConstructorCheck>( in addCheckFactories()
77 "UndelegatedConstructorCheck.cpp",
968 clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.h