Searched refs:StrCatAppendCheck (Results 1 – 5 of 5) sorted by relevance
23 class StrCatAppendCheck : public ClangTidyCheck {25 StrCatAppendCheck(StringRef Name, ClangTidyContext *Context) in StrCatAppendCheck() function
44 void StrCatAppendCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()75 void StrCatAppendCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 StrCatAppendCheck.cpp
63 CheckFactories.registerCheck<StrCatAppendCheck>( in addCheckFactories()
30 "StrCatAppendCheck.cpp",