|
clang-tools 22.0.0git
|
#include "RedundantCastingCheck.h"#include "../utils/FixItHintUtils.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/Lex/Lexer.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::readability |
Functions | |
| static bool | clang::tidy::readability::areTypesEqual (QualType S, QualType D) |
| static bool | clang::tidy::readability::areTypesEqual (QualType TypeS, QualType TypeD, bool IgnoreTypeAliases) |
| static bool | clang::tidy::readability::areBinaryOperatorOperandsTypesEqualToOperatorResultType (const Expr *E, bool IgnoreTypeAliases) |
| static const Decl * | clang::tidy::readability::getSourceExprDecl (const Expr *SourceExpr) |