clang API Documentation

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

#include <ThreadSafetyLogical.h>

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

List of all members.

Public Member Functions

 Not (LExpr *Exp)
const LExprexp () const
LExprexp ()

Static Public Member Functions

static bool classof (const LExpr *E)

Detailed Description

Definition at line 83 of file ThreadSafetyLogical.h.


Constructor & Destructor Documentation

Definition at line 87 of file ThreadSafetyLogical.h.

Referenced by classof().


Member Function Documentation

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.

Definition at line 90 of file ThreadSafetyLogical.h.


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