Searched refs:InconsistentDeclarationParameterNameCheck (Results 1 – 6 of 6) sorted by relevance
211 InconsistentDeclarationParameterNameCheck *Check, SourceLocation Location, in formatDifferingParamsDiagnostic()239 InconsistentDeclarationParameterNameCheck *Check, in formatDiagnosticsForDeclarations()265 InconsistentDeclarationParameterNameCheck *Check, in formatDiagnostics()289 void InconsistentDeclarationParameterNameCheck::storeOptions( in storeOptions()295 void InconsistentDeclarationParameterNameCheck::registerMatchers( in registerMatchers()301 void InconsistentDeclarationParameterNameCheck::check( in check()346 void InconsistentDeclarationParameterNameCheck::markRedeclarationsAsVisited( in markRedeclarationsAsVisited()
25 class InconsistentDeclarationParameterNameCheck : public ClangTidyCheck {27 InconsistentDeclarationParameterNameCheck(StringRef Name, in InconsistentDeclarationParameterNameCheck() function
22 InconsistentDeclarationParameterNameCheck.cpp
92 CheckFactories.registerCheck<InconsistentDeclarationParameterNameCheck>( in addCheckFactories()
30 "InconsistentDeclarationParameterNameCheck.cpp",
1268 clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h