Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
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()
DReplaceRandomShuffleCheck.h24 class ReplaceRandomShuffleCheck : public ClangTidyCheck {
26 ReplaceRandomShuffleCheck(StringRef Name, ClangTidyContext *Context);
DCMakeLists.txt23 ReplaceRandomShuffleCheck.cpp
DModernizeTidyModule.cpp73 CheckFactories.registerCheck<ReplaceRandomShuffleCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
DBUILD.gn32 "ReplaceRandomShuffleCheck.cpp",