Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DCopyConstructorInitCheck.h23 class CopyConstructorInitCheck : public ClangTidyCheck {
25 CopyConstructorInitCheck(StringRef Name, ClangTidyContext *Context) in CopyConstructorInitCheck() function
H A DCopyConstructorInitCheck.cpp20 void CopyConstructorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
34 void CopyConstructorInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt14 CopyConstructorInitCheck.cpp
H A DBugproneTidyModule.cpp95 CheckFactories.registerCheck<CopyConstructorInitCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn26 "CopyConstructorInitCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt884 clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.cpp
885 clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.h