Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringCStrCheck.cpp32 RedundantStringCStrCheck::RedundantStringCStrCheck(StringRef Name, in RedundantStringCStrCheck() function in clang::tidy::readability::RedundantStringCStrCheck
43 void RedundantStringCStrCheck::registerMatchers( in registerMatchers()
170 void RedundantStringCStrCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DRedundantStringCStrCheck.h17 class RedundantStringCStrCheck : public ClangTidyCheck {
19 RedundantStringCStrCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt48 RedundantStringCStrCheck.cpp
H A DReadabilityTidyModule.cpp159 CheckFactories.registerCheck<RedundantStringCStrCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn56 "RedundantStringCStrCheck.cpp",