clang API Documentation

Public Member Functions | Protected Member Functions
clang::threadSafety::lexpr::BinOp Class Reference

#include <ThreadSafetyLogical.h>

Inheritance diagram for clang::threadSafety::lexpr::BinOp:
Inheritance graph
[legend]
Collaboration diagram for clang::threadSafety::lexpr::BinOp:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const LExprleft () const
LExprleft ()
const LExprright () const
LExprright ()

Protected Member Functions

 BinOp (LExpr *LHS, LExpr *RHS, Opcode Code)

Detailed Description

Definition at line 55 of file ThreadSafetyLogical.h.


Constructor & Destructor Documentation

clang::threadSafety::lexpr::BinOp::BinOp ( LExpr LHS,
LExpr RHS,
Opcode  Code 
) [inline, protected]

Definition at line 59 of file ThreadSafetyLogical.h.


Member Function Documentation

Definition at line 62 of file ThreadSafetyLogical.h.

Definition at line 63 of file ThreadSafetyLogical.h.

Definition at line 65 of file ThreadSafetyLogical.h.

Definition at line 66 of file ThreadSafetyLogical.h.


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