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. | |
| SourceRange | getSourceRange () const LLVM_READONLY |
| child_range | children () |
Static Public Member Functions | |
| static bool | classof (const Stmt *T) |
| static bool | classof (const ImplicitValueInitExpr *) |
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 4001 of file Expr.h.
References clang::Stmt::getStmtClass().
| static bool clang::ImplicitValueInitExpr::classof | ( | const ImplicitValueInitExpr * | ) | [inline, static] |
| 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.