clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::threadSafety::lexpr::And Class Reference

#include "clang/Analysis/Analyses/ThreadSafetyLogical.h"

Inheritance diagram for clang::threadSafety::lexpr::And:
Inheritance graph
[legend]

Public Member Functions

 And (LExpr *LHS, LExpr *RHS)
 
- Public Member Functions inherited from clang::threadSafety::lexpr::BinOp
const LExprleft () const
 
LExprleft ()
 
const LExprright () const
 
LExprright ()
 
- Public Member Functions inherited from clang::threadSafety::lexpr::LExpr
Opcode kind () const
 
bool implies (const LExpr *RHS) const
 Logical implication.
 

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::BinOp
 BinOp (LExpr *LHS, LExpr *RHS, Opcode Code)
 
- Protected Member Functions inherited from clang::threadSafety::lexpr::LExpr
 LExpr (Opcode Kind)
 

Detailed Description

Definition at line 68 of file ThreadSafetyLogical.h.

Constructor & Destructor Documentation

◆ And()

clang::threadSafety::lexpr::And::And ( LExpr LHS,
LExpr RHS 
)
inline

Definition at line 70 of file ThreadSafetyLogical.h.

Member Function Documentation

◆ classof()

static bool clang::threadSafety::lexpr::And::classof ( const LExpr E)
inlinestatic

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