Searched refs:RedundantStringInitCheck (Results 1 – 5 of 5) sorted by relevance
64 RedundantStringInitCheck::RedundantStringInitCheck(StringRef Name, in RedundantStringInitCheck() function in clang::tidy::readability::RedundantStringInitCheck70 void RedundantStringInitCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()74 void RedundantStringInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()133 void RedundantStringInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
21 class RedundantStringInitCheck : public ClangTidyCheck {23 RedundantStringInitCheck(StringRef Name, ClangTidyContext *Context);
38 RedundantStringInitCheck.cpp
124 CheckFactories.registerCheck<RedundantStringInitCheck>( in addCheckFactories()
46 "RedundantStringInitCheck.cpp",