clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ImplicitValueInitExpr Class Reference

Represents an implicitly-generated value initialization of an object of a given type. More...

#include <Expr.h>

Inheritance diagram for clang::ImplicitValueInitExpr:
Inheritance graph
[legend]
Collaboration diagram for clang::ImplicitValueInitExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ImplicitValueInitExpr (QualType ty)
 ImplicitValueInitExpr (EmptyShell Empty)
 Construct an empty implicit value initialization.
SourceLocation getLocStart () const LLVM_READONLY
SourceLocation getLocEnd () const LLVM_READONLY
child_range children ()

Static Public Member Functions

static bool classof (const Stmt *T)

Detailed 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.

See also:
InitListExpr

Definition at line 4277 of file Expr.h.


Constructor & Destructor Documentation

Definition at line 4279 of file Expr.h.

Construct an empty implicit value initialization.

Definition at line 4284 of file Expr.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 4295 of file Expr.h.

static bool clang::ImplicitValueInitExpr::classof ( const Stmt T) [inline, static]

Reimplemented from clang::Expr.

Definition at line 4287 of file Expr.h.

References clang::Stmt::getStmtClass().

Reimplemented from clang::Stmt.

Definition at line 4292 of file Expr.h.

Reimplemented from clang::Stmt.

Definition at line 4291 of file Expr.h.


The documentation for this class was generated from the following file: