class FullSValVisitor
Declaration
template <typename ImplClass, typename RetTy = void>
class FullSValVisitor { /* full declaration omitted */ };
Description
FullSValVisitor - a convenient mixed visitor for all three: SVal, SymExpr and MemRegion subclasses.
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h:137
Templates
- ImplClass
- RetTy = void