Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantSmartptrGetCheck.h27 class RedundantSmartptrGetCheck : public ClangTidyCheck {
29 RedundantSmartptrGetCheck(StringRef Name, ClangTidyContext *Context) in RedundantSmartptrGetCheck() function
H A DRedundantSmartptrGetCheck.cpp113 void RedundantSmartptrGetCheck::storeOptions( in storeOptions()
118 void RedundantSmartptrGetCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
141 void RedundantSmartptrGetCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt39 RedundantSmartptrGetCheck.cpp
H A DReadabilityTidyModule.cpp130 CheckFactories.registerCheck<RedundantSmartptrGetCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn47 "RedundantSmartptrGetCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1295 clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
1296 clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.h