clang API Documentation

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

A boolean literal, per ([C++ lex.bool] Boolean literals). More...

#include <ExprCXX.h>

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

List of all members.

Public Member Functions

 CXXBoolLiteralExpr (bool val, QualType Ty, SourceLocation l)
 CXXBoolLiteralExpr (EmptyShell Empty)
bool getValue () const
void setValue (bool V)
SourceLocation getLocStart () const LLVM_READONLY
SourceLocation getLocEnd () const LLVM_READONLY
SourceLocation getLocation () const
void setLocation (SourceLocation L)
child_range children ()

Static Public Member Functions

static bool classof (const Stmt *T)

Detailed Description

A boolean literal, per ([C++ lex.bool] Boolean literals).

Definition at line 427 of file ExprCXX.h.


Constructor & Destructor Documentation

Definition at line 431 of file ExprCXX.h.

Definition at line 436 of file ExprCXX.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 453 of file ExprCXX.h.

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

Reimplemented from clang::Expr.

Definition at line 448 of file ExprCXX.h.

References clang::Stmt::getStmtClass().

Definition at line 445 of file ExprCXX.h.

Reimplemented from clang::Stmt.

Definition at line 443 of file ExprCXX.h.

Reimplemented from clang::Stmt.

Definition at line 442 of file ExprCXX.h.

Definition at line 439 of file ExprCXX.h.

Referenced by clang::ento::SValBuilder::makeBoolVal().

Definition at line 446 of file ExprCXX.h.

Definition at line 440 of file ExprCXX.h.


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