Searched refs:RedundantStringCStrCheck (Results 1 – 5 of 5) sorted by relevance
19 class RedundantStringCStrCheck : public ClangTidyCheck {21 RedundantStringCStrCheck(StringRef Name, ClangTidyContext *Context) in RedundantStringCStrCheck() function
70 void RedundantStringCStrCheck::registerMatchers( in registerMatchers()179 void RedundantStringCStrCheck::check(const MatchFinder::MatchResult &Result) { in check()
37 RedundantStringCStrCheck.cpp
122 CheckFactories.registerCheck<RedundantStringCStrCheck>( in addCheckFactories()
45 "RedundantStringCStrCheck.cpp",