clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
clang::ento::Loc Class Reference

#include <SVals.h>

Inheritance diagram for clang::ento::Loc:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::Loc:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void dumpToStream (raw_ostream &Out) const
 Loc (const Loc &X)

Static Public Member Functions

static bool classof (const SVal *V)
static bool isLocType (QualType T)

Protected Member Functions

 Loc (unsigned SubKind, const void *D)

Detailed Description

Definition at line 237 of file SVals.h.


Constructor & Destructor Documentation

clang::ento::Loc::Loc ( unsigned  SubKind,
const void *  D 
) [inline, explicit, protected]

Definition at line 239 of file SVals.h.

clang::ento::Loc::Loc ( const Loc X) [inline]

Definition at line 245 of file SVals.h.


Member Function Documentation

static bool clang::ento::Loc::classof ( const SVal V) [inline, static]
void clang::ento::Loc::dumpToStream ( raw_ostream &  Out) const

Reimplemented from clang::ento::SVal.

static bool clang::ento::Loc::isLocType ( QualType  T) [inline, static]

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