clang-tools 20.0.0git
|
#include "InconsistentDeclarationParameterNameCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "llvm/ADT/STLExtras.h"
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::readability |
SourceLocation DeclarationLocation |
Definition at line 53 of file InconsistentDeclarationParameterNameCheck.cpp.
DifferingParamsContainer DifferingParams |
Definition at line 54 of file InconsistentDeclarationParameterNameCheck.cpp.
bool GenerateFixItHint |
Definition at line 42 of file InconsistentDeclarationParameterNameCheck.cpp.
StringRef OtherName |
Definition at line 40 of file InconsistentDeclarationParameterNameCheck.cpp.
SourceRange OtherNameRange |
Definition at line 41 of file InconsistentDeclarationParameterNameCheck.cpp.
StringRef SourceName |
Definition at line 39 of file InconsistentDeclarationParameterNameCheck.cpp.