clang API Documentation

Public Member Functions | Static Public Member Functions
clang::threadSafety::til::Literal Class Reference

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::Literal:
Inheritance graph
[legend]
Collaboration diagram for clang::threadSafety::til::Literal:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Literal (const clang::Expr *C)
 Literal (ValueType VT)
 Literal (const Literal &L)
const clang::ExprclangExpr () const
ValueType valueType () const
template<class T >
const LiteralT< T > & as () const
template<class T >
LiteralT< T > & as ()
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
template<class C >
C::CType compare (const Literal *E, C &Cmp) const

Static Public Member Functions

static bool classof (const SExpr *E)

Detailed Description

Definition at line 517 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

Definition at line 521 of file ThreadSafetyTIL.h.

Definition at line 524 of file ThreadSafetyTIL.h.

Definition at line 525 of file ThreadSafetyTIL.h.


Member Function Documentation

template<class T >
const LiteralT<T>& clang::threadSafety::til::Literal::as ( ) const [inline]
template<class T >
LiteralT<T>& clang::threadSafety::til::Literal::as ( ) [inline]

Definition at line 535 of file ThreadSafetyTIL.h.

static bool clang::threadSafety::til::Literal::classof ( const SExpr E) [inline, static]

Definition at line 519 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::SExpr::opcode().

template<class C >
C::CType clang::threadSafety::til::Literal::compare ( const Literal E,
C &  Cmp 
) const [inline]

Definition at line 542 of file ThreadSafetyTIL.h.

template<class V >
V::R_SExpr clang::threadSafety::til::Literal::traverse ( V &  Vs,
typename V::R_Ctx  Ctx 
)

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