clang-tools 19.0.0git
Namespaces | Functions
ProTypeMemberInitCheck.cpp File Reference
#include "ProTypeMemberInitCheck.h"
#include "../utils/LexerUtils.h"
#include "../utils/Matchers.h"
#include "../utils/TypeTraits.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/SmallPtrSet.h"

Go to the source code of this file.

Namespaces

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

Functions

static bool clang::tidy::cppcoreguidelines::isIncompleteOrZeroLengthArrayType (ASTContext &Context, QualType T)
 
static bool clang::tidy::cppcoreguidelines::isEmpty (ASTContext &Context, const QualType &Type)
 
static const char * clang::tidy::cppcoreguidelines::getInitializer (QualType QT, bool UseAssignment)
 

Variable Documentation

◆ Initializers

SmallVector<std::string, 4> Initializers

Definition at line 187 of file ProTypeMemberInitCheck.cpp.

◆ Placement

InitializerPlacement Placement

Definition at line 185 of file ProTypeMemberInitCheck.cpp.

◆ Where

const CXXCtorInitializer* Where

Definition at line 186 of file ProTypeMemberInitCheck.cpp.

Referenced by clang::tidy::misc::skeleton().