clang-tools 19.0.0git
Namespaces | Functions
RedundantCastingCheck.cpp File Reference
#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 Declclang::tidy::readability::getSourceExprDecl (const Expr *SourceExpr)