Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DCopyConstructorInitCheck.h23 class CopyConstructorInitCheck : public ClangTidyCheck {
25 CopyConstructorInitCheck(StringRef Name, ClangTidyContext *Context) in CopyConstructorInitCheck() function
DCopyConstructorInitCheck.cpp20 void CopyConstructorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
34 void CopyConstructorInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCMakeLists.txt13 CopyConstructorInitCheck.cpp
DBugproneTidyModule.cpp86 CheckFactories.registerCheck<CopyConstructorInitCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn23 "CopyConstructorInitCheck.cpp",