Searched refs:ProTypeVarargCheck (Results 1 – 6 of 6) sorted by relevance
23 class ProTypeVarargCheck : public ClangTidyCheck {25 ProTypeVarargCheck(StringRef Name, ClangTidyContext *Context) in ProTypeVarargCheck() function
73 void ProTypeVarargCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()110 void ProTypeVarargCheck::check(const MatchFinder::MatchResult &Result) { in check()
26 ProTypeVarargCheck.cpp
90 CheckFactories.registerCheck<ProTypeVarargCheck>( in addCheckFactories()
38 "ProTypeVarargCheck.cpp",
108 CheckFactories.registerCheck<cppcoreguidelines::ProTypeVarargCheck>( in addCheckFactories()