clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
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

Static Public Member Functions

static bool isLocType (QualType T)

Protected Member Functions

 Loc ()
 Loc (unsigned SubKind, const void *D)

Friends

class SVal

Detailed Description

Definition at line 282 of file SVals.h.


Constructor & Destructor Documentation

clang::ento::Loc::Loc ( ) [inline, protected]

Definition at line 284 of file SVals.h.

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

Definition at line 285 of file SVals.h.


Member Function Documentation

void Loc::dumpToStream ( raw_ostream &  Out) const
static bool clang::ento::Loc::isLocType ( QualType  T) [inline, static]

Friends And Related Function Documentation

friend class SVal [friend]

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