Searched refs:UndelegatedConstructorCheck (Results 1 – 6 of 6) 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()
57 UndelegatedConstructorCheck.cpp
174 CheckFactories.registerCheck<UndelegatedConstructorCheck>( in addCheckFactories()
92 CheckFactories.registerCheck<bugprone::UndelegatedConstructorCheck>( in addCheckFactories()
67 "UndelegatedConstructorCheck.cpp",