#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Definition at line 666 of file SymbolManager.h.
◆ ~SymbolVisitor()
clang::ento::SymbolVisitor::~SymbolVisitor |
( |
| ) |
|
|
protecteddefault |
◆ SymbolVisitor() [1/3]
clang::ento::SymbolVisitor::SymbolVisitor |
( |
| ) |
|
|
default |
◆ SymbolVisitor() [2/3]
clang::ento::SymbolVisitor::SymbolVisitor |
( |
const SymbolVisitor & |
| ) |
|
|
default |
◆ SymbolVisitor() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ VisitMemRegion()
virtual bool clang::ento::SymbolVisitor::VisitMemRegion |
( |
const MemRegion * |
| ) |
|
|
inlinevirtual |
◆ VisitSymbol()
virtual bool clang::ento::SymbolVisitor::VisitSymbol |
( |
SymbolRef |
sym | ) |
|
|
pure virtual |
A visitor method invoked by ProgramStateManager::scanReachableSymbols.
The method returns true
if symbols should continue be scanned and false
otherwise.
Referenced by clang::ento::ScanReachableSymbols::scan().
The documentation for this class was generated from the following file: