clang API Documentation

Public Member Functions | Public Attributes
clang::ento::NodeBuilderContext Struct Reference

#include <CoreEngine.h>

Collaboration diagram for clang::ento::NodeBuilderContext:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NodeBuilderContext (const CoreEngine &E, const CFGBlock *B, ExplodedNode *N)
const CFGBlockgetBlock () const
 Return the CFGBlock associated with this builder.
unsigned blockCount () const
 Returns the number of times the current basic block has been visited on the exploded graph path.

Public Attributes

const CoreEngineEng
const CFGBlockBlock
const LocationContextLC

Detailed Description

Definition at line 179 of file CoreEngine.h.


Constructor & Destructor Documentation

Definition at line 183 of file CoreEngine.h.


Member Function Documentation


Member Data Documentation

Definition at line 180 of file CoreEngine.h.

Referenced by blockCount(), and expandGraphWithCheckers().

Definition at line 182 of file CoreEngine.h.

Referenced by blockCount().


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