Searched refs:MoveConstructorInitCheck (Results 1 – 7 of 7) sorted by relevance
20 MoveConstructorInitCheck::MoveConstructorInitCheck(StringRef Name, in MoveConstructorInitCheck() function in clang::tidy::performance::MoveConstructorInitCheck24 void MoveConstructorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()38 void MoveConstructorInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
23 class MoveConstructorInitCheck : public ClangTidyCheck {25 MoveConstructorInitCheck(StringRef Name, ClangTidyContext *Context);
14 MoveConstructorInitCheck.cpp
49 CheckFactories.registerCheck<MoveConstructorInitCheck>( in addCheckFactories()
22 "MoveConstructorInitCheck.cpp",
269 CheckFactories.registerCheck<performance::MoveConstructorInitCheck>( in addCheckFactories()
1222 clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp1223 clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.h