Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringCStrCheck.h19 class RedundantStringCStrCheck : public ClangTidyCheck {
21 RedundantStringCStrCheck(StringRef Name, ClangTidyContext *Context) in RedundantStringCStrCheck() function
H A DRedundantStringCStrCheck.cpp70 void RedundantStringCStrCheck::registerMatchers( in registerMatchers()
179 void RedundantStringCStrCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt40 RedundantStringCStrCheck.cpp
H A DReadabilityTidyModule.cpp132 CheckFactories.registerCheck<RedundantStringCStrCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn48 "RedundantStringCStrCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1297 clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.h