clang API Documentation
#include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
#include "llvm/ADT/ImmutableMap.h"
Go to the source code of this file.
Typedefs | |
typedef llvm::ImmutableMap < CountKey, unsigned > | CountMap |
Functions | |
static CountMap | GetMap (void *D) |
static CountMap::Factory & | GetFactory (void *F) |
Definition at line 48 of file BlockCounter.cpp.
static CountMap::Factory& GetFactory | ( | void * | F | ) | [inline, static] |
Definition at line 54 of file BlockCounter.cpp.
Referenced by clang::ento::BlockCounter::Factory::GetEmptyCounter(), and clang::ento::BlockCounter::Factory::IncrementCount().
Definition at line 50 of file BlockCounter.cpp.
Referenced by clang::ento::BlockCounter::getNumVisited(), and clang::ento::BlockCounter::Factory::IncrementCount().