clang API Documentation

Public Member Functions | Static Public Member Functions
clang::threadSafety::lexpr::Or Class Reference

#include <ThreadSafetyLogical.h>

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

List of all members.

Public Member Functions

 Or (LExpr *LHS, LExpr *RHS)

Static Public Member Functions

static bool classof (const LExpr *E)

Detailed Description

Definition at line 76 of file ThreadSafetyLogical.h.


Constructor & Destructor Documentation

clang::threadSafety::lexpr::Or::Or ( LExpr LHS,
LExpr RHS 
) [inline]

Definition at line 78 of file ThreadSafetyLogical.h.

Referenced by classof().


Member Function Documentation

static bool clang::threadSafety::lexpr::Or::classof ( const LExpr E) [inline, static]

Definition at line 80 of file ThreadSafetyLogical.h.

References clang::threadSafety::lexpr::LExpr::kind(), and Or().


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