clang API Documentation
Represents an implicitly-generated value initialization of an object of a given type. More...
#include <Expr.h>


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) |
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.
| clang::ImplicitValueInitExpr::ImplicitValueInitExpr | ( | QualType | ty | ) | [inline, explicit] |
| clang::ImplicitValueInitExpr::ImplicitValueInitExpr | ( | EmptyShell | Empty | ) | [inline, explicit] |
| child_range clang::ImplicitValueInitExpr::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
| 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().
| SourceLocation clang::ImplicitValueInitExpr::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
| SourceLocation clang::ImplicitValueInitExpr::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.