class ImplicitValueInitExpr

Declaration

class ImplicitValueInitExpr : public Expr { /* full declaration omitted */ };

Description

Represents an implicitly-generated value initialization of an object of a given type. Implicit value initializations occur within semantic initializer list expressions (InitListExpr) as placeholders for subobject initializations not explicitly specified by the user.

Declared at: clang/include/clang/AST/Expr.h:5510

Inherits from: Expr

Member Variables

Inherited from Stmt:

protected

Method Overview

Inherited from Expr:

Inherited from ValueStmt:

Inherited from Stmt:

Methods

ImplicitValueInitExpr(clang::QualType ty)

Declared at: clang/include/clang/AST/Expr.h:5512

Parameters

clang::QualType ty

ImplicitValueInitExpr(
    clang::Stmt::EmptyShell Empty)

Description

Construct an empty implicit value initialization.

Declared at: clang/include/clang/AST/Expr.h:5518

Parameters

clang::Stmt::EmptyShell Empty

clang::Stmt::child_range children()

Declared at: clang/include/clang/AST/Expr.h:5529

clang::Stmt::const_child_range children() const

Declared at: clang/include/clang/AST/Expr.h:5532

static bool classof(const clang::Stmt* T)

Declared at: clang/include/clang/AST/Expr.h:5521

Parameters

const clang::Stmt* T

clang::SourceLocation getBeginLoc() const

Declared at: clang/include/clang/AST/Expr.h:5525

clang::SourceLocation getEndLoc() const

Declared at: clang/include/clang/AST/Expr.h:5526