Home
last modified time | relevance | path

Searched refs:NoexceptMoveConstructorCheck (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.h25 class NoexceptMoveConstructorCheck : public ClangTidyCheck {
27 NoexceptMoveConstructorCheck(StringRef Name, ClangTidyContext *Context) in NoexceptMoveConstructorCheck() function
H A DNoexceptMoveConstructorCheck.cpp21 void NoexceptMoveConstructorCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
29 void NoexceptMoveConstructorCheck::check( in check()
H A DCMakeLists.txt17 NoexceptMoveConstructorCheck.cpp
H A DPerformanceTidyModule.cpp54 CheckFactories.registerCheck<NoexceptMoveConstructorCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
H A DBUILD.gn25 "NoexceptMoveConstructorCheck.cpp",
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DHICPPTidyModule.cpp78 CheckFactories.registerCheck<performance::NoexceptMoveConstructorCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1226 clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
1227 clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.h