Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUndelegatedConstructorCheck.h23 class UndelegatedConstructorCheck : public ClangTidyCheck {
25 UndelegatedConstructorCheck(StringRef Name, ClangTidyContext *Context) in UndelegatedConstructorCheck() function
DUndelegatedConstructorCheck.cpp50 void UndelegatedConstructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
71 void UndelegatedConstructorCheck::check( in check()
DCMakeLists.txt57 UndelegatedConstructorCheck.cpp
DBugproneTidyModule.cpp174 CheckFactories.registerCheck<UndelegatedConstructorCheck>( in addCheckFactories()
/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DHICPPTidyModule.cpp92 CheckFactories.registerCheck<bugprone::UndelegatedConstructorCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn67 "UndelegatedConstructorCheck.cpp",