Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReplaceRandomShuffleCheck.cpp23 ReplaceRandomShuffleCheck::ReplaceRandomShuffleCheck(StringRef Name, in ReplaceRandomShuffleCheck() function in clang::tidy::modernize::ReplaceRandomShuffleCheck
30 void ReplaceRandomShuffleCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
46 void ReplaceRandomShuffleCheck::registerPPCallbacks( in registerPPCallbacks()
51 void ReplaceRandomShuffleCheck::storeOptions( in storeOptions()
56 void ReplaceRandomShuffleCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DReplaceRandomShuffleCheck.h24 class ReplaceRandomShuffleCheck : public ClangTidyCheck {
26 ReplaceRandomShuffleCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt25 ReplaceRandomShuffleCheck.cpp
H A DModernizeTidyModule.cpp75 CheckFactories.registerCheck<ReplaceRandomShuffleCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn34 "ReplaceRandomShuffleCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1168 clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
1169 clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.h