clang API Documentation
#include <ThreadSafetyTIL.h>


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) |
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.
| clang::threadSafety::til::Identifier::Identifier | ( | StringRef | Id | ) | [inline] |
Definition at line 1793 of file ThreadSafetyTIL.h.
| clang::threadSafety::til::Identifier::Identifier | ( | const Identifier & | I | ) | [inline] |
Definition at line 1794 of file ThreadSafetyTIL.h.
| 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().
| 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] |
Definition at line 1796 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printIdentifier().
| V::R_SExpr clang::threadSafety::til::Identifier::traverse | ( | V & | Vs, |
| typename V::R_Ctx | Ctx | ||
| ) | [inline] |
Definition at line 1799 of file ThreadSafetyTIL.h.