Searched refs:MoveConstructorInitCheck (Results 1 – 6 of 6) sorted by relevance
23 MoveConstructorInitCheck::MoveConstructorInitCheck(StringRef Name, in MoveConstructorInitCheck() function in clang::tidy::performance::MoveConstructorInitCheck29 void MoveConstructorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()43 void MoveConstructorInitCheck::check(const MatchFinder::MatchResult &Result) { in check()91 void MoveConstructorInitCheck::registerPPCallbacks( in registerPPCallbacks()96 void MoveConstructorInitCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
26 class MoveConstructorInitCheck : public ClangTidyCheck {28 MoveConstructorInitCheck(StringRef Name, ClangTidyContext *Context);
14 MoveConstructorInitCheck.cpp
49 CheckFactories.registerCheck<MoveConstructorInitCheck>( in addCheckFactories()
22 "MoveConstructorInitCheck.cpp",
79 CheckFactories.registerCheck<performance::MoveConstructorInitCheck>( in addCheckFactories()