clang API Documentation
#include <ExprCXX.h>
Public Member Functions | |
CXXScalarValueInitExpr (QualType Type, TypeSourceInfo *TypeInfo, SourceLocation rParenLoc) | |
Create an explicitly-written scalar-value initialization expression. | |
CXXScalarValueInitExpr (EmptyShell Shell) | |
TypeSourceInfo * | getTypeSourceInfo () const |
SourceLocation | getRParenLoc () const |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
Friends | |
class | ASTStmtReader |
An expression "T()" which creates a value-initialized rvalue of type T, which is a non-class type. See (C++98 [5.2.3p2]).
clang::CXXScalarValueInitExpr::CXXScalarValueInitExpr | ( | QualType | Type, |
TypeSourceInfo * | TypeInfo, | ||
SourceLocation | rParenLoc | ||
) | [inline] |
clang::CXXScalarValueInitExpr::CXXScalarValueInitExpr | ( | EmptyShell | Shell | ) | [inline, explicit] |
child_range clang::CXXScalarValueInitExpr::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
static bool clang::CXXScalarValueInitExpr::classof | ( | const Stmt * | T | ) | [inline, static] |
Reimplemented from clang::Expr.
Definition at line 1604 of file ExprCXX.h.
References clang::Stmt::getStmtClass().
SourceLocation clang::CXXScalarValueInitExpr::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Reimplemented from clang::Stmt.
Definition at line 131 of file ExprCXX.cpp.
SourceLocation clang::CXXScalarValueInitExpr::getRParenLoc | ( | ) | const [inline] |
TypeSourceInfo* clang::CXXScalarValueInitExpr::getTypeSourceInfo | ( | ) | const [inline] |
friend class ASTStmtReader [friend] |
Reimplemented from clang::Stmt.