Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantSmartptrGetCheck.h27 class RedundantSmartptrGetCheck : public ClangTidyCheck {
29 RedundantSmartptrGetCheck(StringRef Name, ClangTidyContext *Context) in RedundantSmartptrGetCheck() function
DRedundantSmartptrGetCheck.cpp96 void RedundantSmartptrGetCheck::storeOptions( in storeOptions()
101 void RedundantSmartptrGetCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
124 void RedundantSmartptrGetCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCMakeLists.txt36 RedundantSmartptrGetCheck.cpp
DReadabilityTidyModule.cpp120 CheckFactories.registerCheck<RedundantSmartptrGetCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn44 "RedundantSmartptrGetCheck.cpp",