clang API Documentation

Public Member Functions
clang::threadSafety::CFGWalker Class Reference

#include <ThreadSafetyCommon.h>

List of all members.

Public Member Functions

 CFGWalker ()
bool init (AnalysisDeclContext &AC)
template<class Visitor >
void walk (Visitor &V)
const CFGgetGraph () const
CFGgetGraph ()
const NamedDeclgetDecl () const
const PostOrderCFGViewgetSortedGraph () const

Detailed Description

Definition at line 129 of file ThreadSafetyCommon.h.


Constructor & Destructor Documentation

Definition at line 131 of file ThreadSafetyCommon.h.


Member Function Documentation

const CFG* clang::threadSafety::CFGWalker::getGraph ( ) const [inline]

Definition at line 237 of file ThreadSafetyCommon.h.

template<class Visitor >
void clang::threadSafety::CFGWalker::walk ( Visitor &  V) [inline]

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