Searched refs:MutatingCopyCheck (Results 1 – 6 of 6) sorted by relevance
23 class MutatingCopyCheck : public ClangTidyCheck {25 MutatingCopyCheck(StringRef Name, ClangTidyContext *Context) in MutatingCopyCheck() function
23 void MutatingCopyCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()65 void MutatingCopyCheck::check(const MatchFinder::MatchResult &Result) { in check()
13 MutatingCopyCheck.cpp
275 CheckFactories.registerCheck<MutatingCopyCheck>( in addCheckFactories()
24 "MutatingCopyCheck.cpp",
990 clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp991 clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h