clang API Documentation

Typedefs | Functions
CFGStmtMap.cpp File Reference
#include "llvm/ADT/DenseMap.h"
#include "clang/AST/ParentMap.h"
#include "clang/Analysis/CFG.h"
#include "clang/Analysis/CFGStmtMap.h"
Include dependency graph for CFGStmtMap.cpp:

Go to the source code of this file.

Typedefs

typedef llvm::DenseMap< const
Stmt *, CFGBlock * > 
SMap

Functions

static SMapAsMap (void *m)
static void Accumulate (SMap &SM, CFGBlock *B)

Typedef Documentation

typedef llvm::DenseMap<const Stmt*, CFGBlock*> SMap

Definition at line 22 of file CFGStmtMap.cpp.


Function Documentation

static void Accumulate ( SMap SM,
CFGBlock B 
) [static]
static SMap* AsMap ( void *  m) [static]

Definition at line 23 of file CFGStmtMap.cpp.

Referenced by clang::CFGStmtMap::getBlock(), and clang::CFGStmtMap::~CFGStmtMap().