clang API Documentation
#include <ExprObjC.h>
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) |
ObjCBoolLiteralExpr - Objective-C Boolean Literal.
Definition at line 60 of file ExprObjC.h.
clang::ObjCBoolLiteralExpr::ObjCBoolLiteralExpr | ( | bool | val, |
QualType | Ty, | ||
SourceLocation | l | ||
) | [inline] |
Definition at line 64 of file ExprObjC.h.
clang::ObjCBoolLiteralExpr::ObjCBoolLiteralExpr | ( | EmptyShell | Empty | ) | [inline, explicit] |
Definition at line 68 of file ExprObjC.h.
child_range clang::ObjCBoolLiteralExpr::children | ( | ) | [inline] |
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().
SourceLocation clang::ObjCBoolLiteralExpr::getLocation | ( | ) | const [inline] |
Definition at line 77 of file ExprObjC.h.
SourceLocation clang::ObjCBoolLiteralExpr::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 75 of file ExprObjC.h.
SourceLocation clang::ObjCBoolLiteralExpr::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 74 of file ExprObjC.h.
bool clang::ObjCBoolLiteralExpr::getValue | ( | ) | const [inline] |
Definition at line 71 of file ExprObjC.h.
Referenced by clang::ento::SValBuilder::makeBoolVal().
void clang::ObjCBoolLiteralExpr::setLocation | ( | SourceLocation | L | ) | [inline] |
Definition at line 78 of file ExprObjC.h.
void clang::ObjCBoolLiteralExpr::setValue | ( | bool | V | ) | [inline] |
Definition at line 72 of file ExprObjC.h.