clang  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
clang::threadSafety::til::Identifier Class Reference

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::Identifier:
[legend]
Collaboration diagram for clang::threadSafety::til::Identifier:
[legend]

Public Member Functions

 Identifier (StringRef Id)
 
 Identifier (const Identifier &I)
 
StringRef name () const
 
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
 
template<class C >
C::CType compare (const Identifier *E, C &Cmp) const
 
- Public Member Functions inherited from clang::threadSafety::til::SExpr
TIL_Opcode opcode () const
 
void * operator new (size_t S, MemRegionRef &R)
 
void operator delete (void *)=delete
 SExpr objects cannot be deleted. More...
 
unsigned id () const
 
BasicBlockblock () const
 
void setID (BasicBlock *B, unsigned id)
 Set the basic block and instruction ID for this expression. More...
 

Static Public Member Functions

static bool classof (const SExpr *E)
 

Additional Inherited Members

- Protected Member Functions inherited from clang::threadSafety::til::SExpr
 SExpr (TIL_Opcode Op)
 
 SExpr (const SExpr &E)
 
- Protected Attributes inherited from clang::threadSafety::til::SExpr
const unsigned char Opcode
 
unsigned char Reserved
 
unsigned short Flags
 
unsigned SExprID
 
BasicBlockBlock
 

Detailed Description

An identifier, e.g. 'foo' or 'x'. This is a pseduo-term; it will be lowered to a variable or projection.

Definition at line 1788 of file ThreadSafetyTIL.h.

Constructor & Destructor Documentation

clang::threadSafety::til::Identifier::Identifier ( StringRef  Id)
inline

Definition at line 1792 of file ThreadSafetyTIL.h.

clang::threadSafety::til::Identifier::Identifier ( const Identifier I)
inline

Definition at line 1793 of file ThreadSafetyTIL.h.

Member Function Documentation

static bool clang::threadSafety::til::Identifier::classof ( const SExpr E)
inlinestatic

Definition at line 1790 of file ThreadSafetyTIL.h.

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

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

Definition at line 1803 of file ThreadSafetyTIL.h.

References name().

StringRef clang::threadSafety::til::Identifier::name ( ) const
inline
template<class V >
V::R_SExpr clang::threadSafety::til::Identifier::traverse ( V &  Vs,
typename V::R_Ctx  Ctx 
)
inline

Definition at line 1798 of file ThreadSafetyTIL.h.


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