Home
last modified time | relevance | path

Searched refs:MoveConstructorInitCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstructorInitCheck.cpp18 MoveConstructorInitCheck::MoveConstructorInitCheck(StringRef Name, in MoveConstructorInitCheck() function in clang::tidy::performance::MoveConstructorInitCheck
22 void MoveConstructorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
36 void MoveConstructorInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DMoveConstructorInitCheck.h21 class MoveConstructorInitCheck : public ClangTidyCheck {
23 MoveConstructorInitCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt16 MoveConstructorInitCheck.cpp
H A DPerformanceTidyModule.cpp54 CheckFactories.registerCheck<MoveConstructorInitCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
H A DBUILD.gn24 "MoveConstructorInitCheck.cpp",
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DCERTTidyModule.cpp29 #include "../performance/MoveConstructorInitCheck.h"
275 CheckFactories.registerCheck<performance::MoveConstructorInitCheck>( in addCheckFactories()