clang API Documentation

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

#include <ExprObjC.h>

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

List of all members.

Public Member Functions

 ObjCBoolLiteralExpr (bool val, QualType Ty, SourceLocation l)
 ObjCBoolLiteralExpr (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

ObjCBoolLiteralExpr - Objective-C Boolean Literal.

Definition at line 60 of file ExprObjC.h.


Constructor & Destructor Documentation

Definition at line 64 of file ExprObjC.h.

Definition at line 68 of file ExprObjC.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 85 of file ExprObjC.h.

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

Reimplemented from clang::Expr.

Definition at line 80 of file ExprObjC.h.

References clang::Stmt::getStmtClass().

Definition at line 77 of file ExprObjC.h.

Reimplemented from clang::Stmt.

Definition at line 75 of file ExprObjC.h.

Reimplemented from clang::Stmt.

Definition at line 74 of file ExprObjC.h.

Definition at line 71 of file ExprObjC.h.

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

Definition at line 78 of file ExprObjC.h.

Definition at line 72 of file ExprObjC.h.


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