Searched refs:NoexceptMoveConstructorCheck (Results 1 – 6 of 6) sorted by relevance
25 class NoexceptMoveConstructorCheck : public ClangTidyCheck {27 NoexceptMoveConstructorCheck(StringRef Name, ClangTidyContext *Context) in NoexceptMoveConstructorCheck() function
21 void NoexceptMoveConstructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()29 void NoexceptMoveConstructorCheck::check( in check()
17 NoexceptMoveConstructorCheck.cpp
54 CheckFactories.registerCheck<NoexceptMoveConstructorCheck>( in addCheckFactories()
25 "NoexceptMoveConstructorCheck.cpp",
78 CheckFactories.registerCheck<performance::NoexceptMoveConstructorCheck>( in addCheckFactories()