clang 19.0.0git
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 <optional>

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

◆ SMap

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

Definition at line 22 of file CFGStmtMap.cpp.

Function Documentation

◆ Accumulate()

static void Accumulate ( SMap SM,
CFGBlock B 
)
static

◆ AsMap()

static SMap * AsMap ( void *  m)
static

Definition at line 23 of file CFGStmtMap.cpp.

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