clang API Documentation
#include <ThreadSafetyTIL.h>


Public Member Functions | |
| LiteralPtr (const clang::ValueDecl *D) | |
| LiteralPtr (const LiteralPtr &R) | |
| const clang::ValueDecl * | clangDecl () const |
| template<class V > | |
| V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
| template<class C > | |
| C::CType | compare (const LiteralPtr *E, C &Cmp) const |
Static Public Member Functions | |
| static bool | classof (const SExpr *E) |
A Literal pointer to an object allocated in memory. At compile time, pointer literals are represented by symbolic names.
Definition at line 628 of file ThreadSafetyTIL.h.
| clang::threadSafety::til::LiteralPtr::LiteralPtr | ( | const clang::ValueDecl * | D | ) | [inline] |
Definition at line 632 of file ThreadSafetyTIL.h.
| clang::threadSafety::til::LiteralPtr::LiteralPtr | ( | const LiteralPtr & | R | ) | [inline] |
Definition at line 633 of file ThreadSafetyTIL.h.
| const clang::ValueDecl* clang::threadSafety::til::LiteralPtr::clangDecl | ( | ) | const [inline] |
Definition at line 636 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printLiteralPtr().
| static bool clang::threadSafety::til::LiteralPtr::classof | ( | const SExpr * | E | ) | [inline, static] |
Definition at line 630 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
| C::CType clang::threadSafety::til::LiteralPtr::compare | ( | const LiteralPtr * | E, |
| C & | Cmp | ||
| ) | const [inline] |
Definition at line 644 of file ThreadSafetyTIL.h.
| V::R_SExpr clang::threadSafety::til::LiteralPtr::traverse | ( | V & | Vs, |
| typename V::R_Ctx | Ctx | ||
| ) | [inline] |
Definition at line 639 of file ThreadSafetyTIL.h.