clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ento::loc::ObjCPropRef Class Reference

Pseudo-location SVal used by the ExprEngine to simulate a "load" or "store" of an ObjC property for the dot syntax. More...

#include <SVals.h>

Inheritance diagram for clang::ento::loc::ObjCPropRef:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::loc::ObjCPropRef:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ObjCPropRef (const ObjCPropertyRefExpr *E)
const ObjCPropertyRefExprgetPropRefExpr () const

Static Public Member Functions

static bool classof (const SVal *V)
static bool classof (const Loc *V)

Detailed Description

Pseudo-location SVal used by the ExprEngine to simulate a "load" or "store" of an ObjC property for the dot syntax.

Definition at line 485 of file SVals.h.


Constructor & Destructor Documentation

clang::ento::loc::ObjCPropRef::ObjCPropRef ( const ObjCPropertyRefExpr E) [inline, explicit]

Definition at line 487 of file SVals.h.


Member Function Documentation

static bool clang::ento::loc::ObjCPropRef::classof ( const SVal V) [inline, static]
static bool clang::ento::loc::ObjCPropRef::classof ( const Loc V) [inline, static]

Definition at line 500 of file SVals.h.

References clang::ento::SVal::getSubKind(), and clang::ento::loc::ObjCPropRefKind.

const ObjCPropertyRefExpr* clang::ento::loc::ObjCPropRef::getPropRefExpr ( ) const [inline]

Definition at line 490 of file SVals.h.

References clang::ento::SVal::Data.


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