Searched refs:CVSymbolVisitor (Results 1 – 2 of 2) sorted by relevance
22 template <typename Derived> class CVSymbolVisitor {24 CVSymbolVisitor(SymbolVisitorDelegate *Delegate) : Delegate(Delegate) {} in CVSymbolVisitor() function
29 class CVSymbolDumperImpl : public CVSymbolVisitor<CVSymbolDumperImpl> {33 : CVSymbolVisitor(ObjDelegate), CVTD(CVTD), ObjDelegate(ObjDelegate), in CVSymbolDumperImpl()