Home
last modified time | relevance | path

Searched refs:InconsistentDeclarationParameterNameCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp211 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()
H A DInconsistentDeclarationParameterNameCheck.h25 class InconsistentDeclarationParameterNameCheck : public ClangTidyCheck {
27 InconsistentDeclarationParameterNameCheck(StringRef Name, in InconsistentDeclarationParameterNameCheck() function
H A DCMakeLists.txt22 InconsistentDeclarationParameterNameCheck.cpp
H A DReadabilityTidyModule.cpp92 CheckFactories.registerCheck<InconsistentDeclarationParameterNameCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn30 "InconsistentDeclarationParameterNameCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1268 clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h