clang  3.9.0
Public Member Functions | Static Public Member Functions | List of all members
clang::threadSafety::lexpr::Terminal Class Reference

#include <ThreadSafetyLogical.h>

Inheritance diagram for clang::threadSafety::lexpr::Terminal:
[legend]
Collaboration diagram for clang::threadSafety::lexpr::Terminal:
[legend]

Public Member Functions

 Terminal (til::SExpr *Expr)
 
const til::SExprexpr () const
 
til::SExprexpr ()
 
- Public Member Functions inherited from clang::threadSafety::lexpr::LExpr
Opcode kind () const
 
bool implies (const LExpr *RHS) const
 Logical implication. More...
 

Static Public Member Functions

static bool classof (const LExpr *E)
 

Additional Inherited Members

- Public Types inherited from clang::threadSafety::lexpr::LExpr
enum  Opcode { Terminal, And, Or, Not }
 
- Protected Member Functions inherited from clang::threadSafety::lexpr::LExpr
 LExpr (Opcode Kind)
 

Detailed Description

Definition at line 43 of file ThreadSafetyLogical.h.

Constructor & Destructor Documentation

clang::threadSafety::lexpr::Terminal::Terminal ( til::SExpr Expr)
inline

Definition at line 47 of file ThreadSafetyLogical.h.

Member Function Documentation

static bool clang::threadSafety::lexpr::Terminal::classof ( const LExpr E)
inlinestatic
const til::SExpr* clang::threadSafety::lexpr::Terminal::expr ( ) const
inline

Definition at line 49 of file ThreadSafetyLogical.h.

til::SExpr* clang::threadSafety::lexpr::Terminal::expr ( )
inline

Definition at line 50 of file ThreadSafetyLogical.h.


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