Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DMoveConstructorInitCheck.cpp23 MoveConstructorInitCheck::MoveConstructorInitCheck(StringRef Name, in MoveConstructorInitCheck() function in clang::tidy::performance::MoveConstructorInitCheck
29 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()
DMoveConstructorInitCheck.h26 class MoveConstructorInitCheck : public ClangTidyCheck {
28 MoveConstructorInitCheck(StringRef Name, ClangTidyContext *Context);
DCMakeLists.txt14 MoveConstructorInitCheck.cpp
DPerformanceTidyModule.cpp49 CheckFactories.registerCheck<MoveConstructorInitCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
DBUILD.gn22 "MoveConstructorInitCheck.cpp",
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DCERTTidyModule.cpp79 CheckFactories.registerCheck<performance::MoveConstructorInitCheck>( in addCheckFactories()