Home
last modified time | relevance | path

Searched refs:UndelegatedConstructorCheck (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.h23 class UndelegatedConstructorCheck : public ClangTidyCheck {
25 UndelegatedConstructorCheck(StringRef Name, ClangTidyContext *Context) in UndelegatedConstructorCheck() function
H A DUndelegatedConstructorCheck.cpp50 void UndelegatedConstructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
71 void UndelegatedConstructorCheck::check( in check()
H A DCMakeLists.txt65 UndelegatedConstructorCheck.cpp
H A DBugproneTidyModule.cpp192 CheckFactories.registerCheck<UndelegatedConstructorCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DHICPPTidyModule.cpp92 CheckFactories.registerCheck<bugprone::UndelegatedConstructorCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn77 "UndelegatedConstructorCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt968 clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.h