Searched refs:RedundantStringCStrCheck (Results 1 – 6 of 6) 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()
40 RedundantStringCStrCheck.cpp
132 CheckFactories.registerCheck<RedundantStringCStrCheck>( in addCheckFactories()
48 "RedundantStringCStrCheck.cpp",
1297 clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.h