clang API Documentation

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

#include <ThreadSafetyTIL.h>

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

List of all members.

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

Static Public Member Functions

static bool classof (const SExpr *E)

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 1789 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

Definition at line 1793 of file ThreadSafetyTIL.h.

Definition at line 1794 of file ThreadSafetyTIL.h.


Member Function Documentation

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

Definition at line 1791 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 1804 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 1799 of file ThreadSafetyTIL.h.


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