Searched refs:RedundantStringCStrCheck (Results 1 – 5 of 5) sorted by relevance
32 RedundantStringCStrCheck::RedundantStringCStrCheck(StringRef Name, in RedundantStringCStrCheck() function in clang::tidy::readability::RedundantStringCStrCheck43 void RedundantStringCStrCheck::registerMatchers( in registerMatchers()170 void RedundantStringCStrCheck::check(const MatchFinder::MatchResult &Result) { in check()
17 class RedundantStringCStrCheck : public ClangTidyCheck {19 RedundantStringCStrCheck(StringRef Name, ClangTidyContext *Context);
48 RedundantStringCStrCheck.cpp
159 CheckFactories.registerCheck<RedundantStringCStrCheck>( in addCheckFactories()
56 "RedundantStringCStrCheck.cpp",