clang-tools 22.0.0git
UseDefaultMemberInitCheck.cpp File Reference
#include "UseDefaultMemberInitCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Expr.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/TypeSwitch.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::tidy
namespace  clang::tidy::modernize

Functions

static bool clang::tidy::modernize::isExprAllowedInMemberInit (const Expr *E)
static StringRef clang::tidy::modernize::getValueOfValueInit (const QualType InitType)
static bool clang::tidy::modernize::isZero (const Expr *E)
static const Expr * clang::tidy::modernize::ignoreUnaryPlus (const Expr *E)
static const Expr * clang::tidy::modernize::getInitializer (const Expr *E)
static bool clang::tidy::modernize::sameValue (const Expr *E1, const Expr *E2)