Searched refs:MoveConstructorInitCheck (Results 1 – 6 of 6) sorted by relevance
18 MoveConstructorInitCheck::MoveConstructorInitCheck(StringRef Name, in MoveConstructorInitCheck() function in clang::tidy::performance::MoveConstructorInitCheck22 void MoveConstructorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()36 void MoveConstructorInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
21 class MoveConstructorInitCheck : public ClangTidyCheck {23 MoveConstructorInitCheck(StringRef Name, ClangTidyContext *Context);
16 MoveConstructorInitCheck.cpp
54 CheckFactories.registerCheck<MoveConstructorInitCheck>( in addCheckFactories()
24 "MoveConstructorInitCheck.cpp",
29 #include "../performance/MoveConstructorInitCheck.h"275 CheckFactories.registerCheck<performance::MoveConstructorInitCheck>( in addCheckFactories()