clang API Documentation
#include <ThreadSafetyLogical.h>
Public Member Functions | |
Not (LExpr *Exp) | |
const LExpr * | exp () const |
LExpr * | exp () |
Static Public Member Functions | |
static bool | classof (const LExpr *E) |
Definition at line 83 of file ThreadSafetyLogical.h.
clang::threadSafety::lexpr::Not::Not | ( | LExpr * | Exp | ) | [inline] |
Definition at line 87 of file ThreadSafetyLogical.h.
Referenced by classof().
static bool clang::threadSafety::lexpr::Not::classof | ( | const LExpr * | E | ) | [inline, static] |
Definition at line 92 of file ThreadSafetyLogical.h.
References clang::threadSafety::lexpr::LExpr::kind(), and Not().
const LExpr* clang::threadSafety::lexpr::Not::exp | ( | ) | const [inline] |
Definition at line 89 of file ThreadSafetyLogical.h.
LExpr* clang::threadSafety::lexpr::Not::exp | ( | ) | [inline] |
Definition at line 90 of file ThreadSafetyLogical.h.