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.
SourceRange getSourceRange () const LLVM_READONLY
child_range children ()

Static Public Member Functions

static bool classof (const Stmt *T)
static bool classof (const ImplicitValueInitExpr *)

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 3991 of file Expr.h.


Constructor & Destructor Documentation

clang::ImplicitValueInitExpr::ImplicitValueInitExpr ( QualType  ty) [inline, explicit]

Definition at line 3993 of file Expr.h.

clang::ImplicitValueInitExpr::ImplicitValueInitExpr ( EmptyShell  Empty) [inline, explicit]

Construct an empty implicit value initialization.

Definition at line 3998 of file Expr.h.


Member Function Documentation

child_range clang::ImplicitValueInitExpr::children ( ) [inline]

Reimplemented from clang::Stmt.

Definition at line 4011 of file Expr.h.

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

Reimplemented from clang::Expr.

Definition at line 4001 of file Expr.h.

References clang::Stmt::getStmtClass().

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

Definition at line 4004 of file Expr.h.

SourceRange clang::ImplicitValueInitExpr::getSourceRange ( ) const [inline]

SourceLocation tokens are not useful in isolation - they are low level value objects created/interpreted by SourceManager. We assume AST clients will have a pointer to the respective SourceManager.

Reimplemented from clang::Stmt.

Definition at line 4006 of file Expr.h.


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