clang API Documentation

Public Member Functions
clang::ento::ScanReachableSymbols Class Reference

#include <ProgramState.h>

List of all members.

Public Member Functions

 ScanReachableSymbols (ProgramStateRef st, SymbolVisitor &v)
bool scan (nonloc::LazyCompoundVal val)
bool scan (nonloc::CompoundVal val)
bool scan (SVal val)
bool scan (const MemRegion *R)
bool scan (const SymExpr *sym)

Detailed Description

A Utility class that allows to visit the reachable symbols using a custom SymbolVisitor.

Definition at line 798 of file ProgramState.h.


Constructor & Destructor Documentation

Definition at line 806 of file ProgramState.h.


Member Function Documentation


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