Searched refs:PDBSymbolTypeUDT (Results 1 – 23 of 23) sorted by relevance
18 PDBSymbolTypeUDT::PDBSymbolTypeUDT(const IPDBSession &PDBSession, in PDBSymbolTypeUDT() function in PDBSymbolTypeUDT22 void PDBSymbolTypeUDT::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); } in dump()
25 std::unique_ptr<PDBSymbolTypeUDT> PDBSymbolTypeEnum::getClassParent() const { in getClassParent()26 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId()); in getClassParent()
98 std::unique_ptr<PDBSymbolTypeUDT> PDBSymbolFunc::getClassParent() const { in getClassParent()99 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId()); in getClassParent()
128 void PDBSymDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()129 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeUDT) in dump()
36 PDBSymbolTypeUDT.cpp \
64 PDBSymbolTypeUDT.cpp
78 FACTORY_SYMTAG_CASE(UDT, PDBSymbolTypeUDT) in create()
20 class PDBSymbolTypeUDT : public PDBSymbol {22 PDBSymbolTypeUDT(const IPDBSession &PDBSession,
29 std::unique_ptr<PDBSymbolTypeUDT> getClassParent() const;
28 std::unique_ptr<PDBSymbolTypeUDT> getClassParent() const;
50 virtual void dump(const PDBSymbolTypeUDT &Symbol);
42 class PDBSymbolTypeUDT; variable
29 void start(const PDBSymbolTypeUDT &Exe);36 void dump(const PDBSymbolTypeUDT &Symbol) override;
49 auto Classes = Exe.findAllChildren<PDBSymbolTypeUDT>(); in start()82 void TypeDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
37 Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>( in dumpClassParentWithScopeOperator()57 Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>( in start()252 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
27 void dump(const PDBSymbolTypeUDT &Symbol) override;
30 void dump(const PDBSymbolTypeUDT &Symbol) override;
35 void ClassDefinitionDumper::start(const PDBSymbolTypeUDT &Class) { in start()190 void ClassDefinitionDumper::dump(const PDBSymbolTypeUDT &Symbol) {} in dump()
31 void dump(const PDBSymbolTypeUDT &Symbol) override;
35 void dump(const PDBSymbolTypeUDT &Symbol) override;
76 void TypedefDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
124 void VariableDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
363 VerifyDyncast<PDBSymbolTypeUDT>(PDB_SymType::UDT); in TEST_F()