|
clang-tools 22.0.0git
|
#include "NewDeleteOverloadsCheck.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchFinder.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::misc |
Functions | |
| static OverloadedOperatorKind | clang::tidy::misc::getCorrespondingOverload (const FunctionDecl *FD) |
| static const char * | clang::tidy::misc::getOperatorName (OverloadedOperatorKind K) |
| static bool | clang::tidy::misc::areCorrespondingOverloads (const FunctionDecl *LHS, const FunctionDecl *RHS) |
| static bool | clang::tidy::misc::hasCorrespondingOverloadInBaseClass (const CXXMethodDecl *MD, const CXXRecordDecl *RD=nullptr) |