clang-tools 22.0.0git
|
#include "DerivedMethodShadowingBaseMethodCheck.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::bugprone |
Functions | |
static bool | clang::tidy::bugprone::sameBasicType (const ParmVarDecl *Lhs, const ParmVarDecl *Rhs) |
static bool | clang::tidy::bugprone::namesCollide (const CXXMethodDecl &Lhs, const CXXMethodDecl &Rhs) |