clang API Documentation

Public Member Functions | Public Attributes
clang::threadSafety::til::BasicBlock::TopologyNode Struct Reference

#include <ThreadSafetyTIL.h>

Collaboration diagram for clang::threadSafety::til::BasicBlock::TopologyNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TopologyNode ()
bool isParentOf (const TopologyNode &OtherNode)
bool isParentOfOrEqual (const TopologyNode &OtherNode)

Public Attributes

int NodeID
int SizeOfSubTree
BasicBlockParent

Detailed Description

Definition at line 1530 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

Definition at line 1531 of file ThreadSafetyTIL.h.


Member Function Documentation

Definition at line 1533 of file ThreadSafetyTIL.h.

References NodeID.

Definition at line 1538 of file ThreadSafetyTIL.h.

References NodeID.


Member Data Documentation

Definition at line 1544 of file ThreadSafetyTIL.h.

Referenced by clang::threadSafety::til::computeNodeSize().


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