clang-tools
11.0.0
|
#include "InconsistentDeclarationParameterNameCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include <algorithm>
#include <functional>
#include <sstream>
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::readability | |
SourceLocation DeclarationLocation |
Definition at line 56 of file InconsistentDeclarationParameterNameCheck.cpp.
DifferingParamsContainer DifferingParams |
Definition at line 57 of file InconsistentDeclarationParameterNameCheck.cpp.
bool GenerateFixItHint |
Definition at line 45 of file InconsistentDeclarationParameterNameCheck.cpp.
StringRef OtherName |
Definition at line 43 of file InconsistentDeclarationParameterNameCheck.cpp.
SourceRange OtherNameRange |
Definition at line 44 of file InconsistentDeclarationParameterNameCheck.cpp.
StringRef SourceName |
Definition at line 42 of file InconsistentDeclarationParameterNameCheck.cpp.